- IPv4 RFC - FPGA Network Stack Master Thesis * Updated .gitignore * Added Single Port RAM - Xillinx Specific * Added IPv4 Parser - Dynamic Re-assembly Buffer selection - Main entity documentation missing - Synthesized, but not tested or simulated * Added Vivado (Zedboard) project for synthesis testing
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
#Ignore List
|
|
/syn/**
|
|
/modelsim/**
|
|
/download/**
|
|
|
|
|
|
#Unignore Directories (Needed to unignore files in Subdirectories)
|
|
!*/
|
|
|
|
#WHITELIST
|
|
#Vivado Project File
|
|
!*.xpr
|
|
#Modelsim Do files
|
|
!*.do |