The Golden Hardware Reference Design (GHRD) is used to implement designs with PS support. The UDP/IP stack of the Linux running on the PS is used to move UDP packets to/from the PL.
36 lines
757 B
Plaintext
36 lines
757 B
Plaintext
#Ignore Everything
|
|
*
|
|
|
|
#Unignore Directories (Needed to unignore files in Subdirectories)
|
|
!*/
|
|
|
|
#***WHITELIST***
|
|
#This .gitignore
|
|
!.gitignore
|
|
#Vivado Project File (in project root)
|
|
!*/*.xpr
|
|
#Quartus Project File (in project root)
|
|
!*/*.qpf
|
|
#Quartus Settings File (in project root)
|
|
!*/*.qsf
|
|
#Quartus QSYS File (in project root)
|
|
!*/*.qsys
|
|
#Quartus Constraint File (in project root)
|
|
!*/*.sdc
|
|
#Vivado Constraint File (in project root)
|
|
!*/*.xdc
|
|
#VHDL Files (in first level & project root)
|
|
!/*.vhd
|
|
!/*/*.vhd
|
|
!/*/*.v
|
|
#Backup Files
|
|
!*.BAK
|
|
#SignalTap Files (in project root)
|
|
!/*/*.stp
|
|
|
|
#DE10_NANO_SoC_GHRD Specific
|
|
!DE10_NANO_SoC_GHRD/test_fpga_hw.tcl
|
|
!DE10_NANO_SoC_GHRD/ip/**
|
|
!DE10_NANO_SoC_GHRD/output_files/BACKUP/**
|
|
!DE10_NANO_SoC_GHRD/generate_hps_qsys_header.sh
|