Initial commit
This commit is contained in:
176
.gitignore
vendored
Normal file
176
.gitignore
vendored
Normal file
@@ -0,0 +1,176 @@
|
||||
# ---> XilinxISE
|
||||
# intermediate build files
|
||||
*.bgn
|
||||
*.bit
|
||||
*.bld
|
||||
*.cmd_log
|
||||
*.drc
|
||||
*.ll
|
||||
*.lso
|
||||
*.msd
|
||||
*.msk
|
||||
*.ncd
|
||||
*.ngc
|
||||
*.ngd
|
||||
*.ngr
|
||||
*.pad
|
||||
*.par
|
||||
*.pcf
|
||||
*.prj
|
||||
*.ptwx
|
||||
*.rbb
|
||||
*.rbd
|
||||
*.stx
|
||||
*.syr
|
||||
*.twr
|
||||
*.twx
|
||||
*.unroutes
|
||||
*.ut
|
||||
*.xpi
|
||||
*.xst
|
||||
*_bitgen.xwbt
|
||||
*_envsettings.html
|
||||
*_map.map
|
||||
*_map.mrp
|
||||
*_map.ngm
|
||||
*_map.xrpt
|
||||
*_ngdbuild.xrpt
|
||||
*_pad.csv
|
||||
*_pad.txt
|
||||
*_par.xrpt
|
||||
*_summary.html
|
||||
*_summary.xml
|
||||
*_usage.xml
|
||||
*_xst.xrpt
|
||||
|
||||
# iMPACT generated files
|
||||
_impactbatch.log
|
||||
impact.xsl
|
||||
impact_impact.xwbt
|
||||
ise_impact.cmd
|
||||
webtalk_impact.xml
|
||||
|
||||
# Core Generator generated files
|
||||
xaw2verilog.log
|
||||
|
||||
# project-wide generated files
|
||||
*.gise
|
||||
par_usage_statistics.html
|
||||
usage_statistics_webtalk.html
|
||||
webtalk.log
|
||||
webtalk_pn.xml
|
||||
|
||||
# generated folders
|
||||
iseconfig/
|
||||
xlnx_auto_0_xdb/
|
||||
xst/
|
||||
_ngo/
|
||||
_xmsgs/
|
||||
|
||||
# ---> Xilinx
|
||||
# gitignore template for Xilinx Vivado Design Suite
|
||||
# website: https://www.xilinx.com/support/download.html
|
||||
|
||||
# [home]
|
||||
*.jou
|
||||
*.log
|
||||
*.debug
|
||||
*.str
|
||||
*.zip
|
||||
*.tmp
|
||||
*.rst
|
||||
*.os
|
||||
*.js
|
||||
*.pb
|
||||
*.dcp
|
||||
*.hwdef
|
||||
*.vds
|
||||
*.veo
|
||||
*.wdf
|
||||
*.vdi
|
||||
*.dmp
|
||||
*.rpx
|
||||
*.rpt
|
||||
*_stub.v
|
||||
*_stub.vhdl
|
||||
*_funcsim.v
|
||||
*_funcsim.vhdl
|
||||
.project
|
||||
|
||||
# [dir]
|
||||
*.cache
|
||||
.metadata
|
||||
*.data
|
||||
*.ipdefs
|
||||
.Xil
|
||||
*.sdk
|
||||
*.hw
|
||||
*.ip_user_files
|
||||
|
||||
### IP synth
|
||||
*_synth_*
|
||||
|
||||
.jobs
|
||||
|
||||
### project synth
|
||||
*/*.runs/synth*/*.xml
|
||||
*/*.runs/synth*/*.txt
|
||||
*/*.runs/synth*/*.sh
|
||||
*/*.runs/synth*/*.tcl
|
||||
*/*.runs/synth*/*.bat
|
||||
*/*.runs/synth*/*.xdc
|
||||
!*/*.runs/synth*/*utilization*.rpt
|
||||
|
||||
*.runs/synth*/*.xml
|
||||
*.runs/synth*/*.txt
|
||||
*.runs/synth*/*.sh
|
||||
*.runs/synth*/*.tcl
|
||||
*.runs/synth*/*.bat
|
||||
*.runs/synth*/*.xdc
|
||||
!*.runs/synth*/*utilization*.rpt
|
||||
|
||||
### project impl
|
||||
*/*.runs/impl*/*.xml
|
||||
*/*.runs/impl*/*.html
|
||||
*/*.runs/impl*/*.txt
|
||||
*/*.runs/impl*/*.sh
|
||||
*/*.runs/impl*/*.tcl
|
||||
*/*.runs/impl*/*.bat
|
||||
!*/*.runs/impl*/*utilization*.rpt
|
||||
|
||||
*.runs/impl*/*.xml
|
||||
*.runs/impl*/*.html
|
||||
*.runs/impl*/*.txt
|
||||
*.runs/impl*/*.sh
|
||||
*.runs/impl*/*.tcl
|
||||
*.runs/impl*/*.bat
|
||||
!*.runs/impl*/*utilization*.rpt
|
||||
|
||||
### block design
|
||||
*/*/bd/*/hdl
|
||||
*/*/*/bd/*/hdl
|
||||
|
||||
*/*/bd/*/*.xdc
|
||||
*/*/*/bd/*/*.xdc
|
||||
|
||||
*/*/bd/*/ip/*/*.xdc
|
||||
*/*/*/bd/*/ip/*/*.xdc
|
||||
|
||||
*/*/bd/*/ip/*/*/
|
||||
*/*/*/bd/*/ip/*/*/
|
||||
|
||||
*/*/bd/*/ip/*/*.vhd
|
||||
*/*/*/bd/*/ip/*/*.vhd
|
||||
|
||||
*/*/bd/*/ip/*/*.xml
|
||||
*/*/*/bd/*/ip/*/*.xml
|
||||
|
||||
*.c
|
||||
*.h
|
||||
*.vho
|
||||
*.html
|
||||
*/*/bd/*/ip/*/*.tcl
|
||||
*/*/*/bd/*/ip/*/*.tcl
|
||||
hw_handoff
|
||||
ipshared
|
||||
|
||||
Reference in New Issue
Block a user