You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Xilinx 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. # gitignore template for Xilinx Vivado Design Suite
  2. # website: https://www.xilinx.com/support/download.html
  3. # [home]
  4. *.jou
  5. *.log
  6. *.debug
  7. *.str
  8. *.zip
  9. *.tmp
  10. *.rst
  11. *.os
  12. *.js
  13. *.pb
  14. *.dcp
  15. *.hwdef
  16. *.vds
  17. *.veo
  18. *.wdf
  19. *.vdi
  20. *.dmp
  21. *.rpx
  22. *.rpt
  23. *_stub.v
  24. *_stub.vhdl
  25. *_funcsim.v
  26. *_funcsim.vhdl
  27. .project
  28. # [dir]
  29. *.cache
  30. .metadata
  31. *.data
  32. *.ipdefs
  33. .Xil
  34. *.sdk
  35. *.hw
  36. *.ip_user_files
  37. ### IP synth
  38. *_synth_*
  39. .jobs
  40. ### project synth
  41. */*.runs/synth*/*.xml
  42. */*.runs/synth*/*.txt
  43. */*.runs/synth*/*.sh
  44. */*.runs/synth*/*.tcl
  45. */*.runs/synth*/*.bat
  46. */*.runs/synth*/*.xdc
  47. !*/*.runs/synth*/*utilization*.rpt
  48. *.runs/synth*/*.xml
  49. *.runs/synth*/*.txt
  50. *.runs/synth*/*.sh
  51. *.runs/synth*/*.tcl
  52. *.runs/synth*/*.bat
  53. *.runs/synth*/*.xdc
  54. !*.runs/synth*/*utilization*.rpt
  55. ### project impl
  56. */*.runs/impl*/*.xml
  57. */*.runs/impl*/*.html
  58. */*.runs/impl*/*.txt
  59. */*.runs/impl*/*.sh
  60. */*.runs/impl*/*.tcl
  61. */*.runs/impl*/*.bat
  62. !*/*.runs/impl*/*utilization*.rpt
  63. *.runs/impl*/*.xml
  64. *.runs/impl*/*.html
  65. *.runs/impl*/*.txt
  66. *.runs/impl*/*.sh
  67. *.runs/impl*/*.tcl
  68. *.runs/impl*/*.bat
  69. !*.runs/impl*/*utilization*.rpt
  70. ### block design
  71. */*/bd/*/hdl
  72. */*/*/bd/*/hdl
  73. */*/bd/*/*.xdc
  74. */*/*/bd/*/*.xdc
  75. */*/bd/*/ip/*/*.xdc
  76. */*/*/bd/*/ip/*/*.xdc
  77. */*/bd/*/ip/*/*/
  78. */*/*/bd/*/ip/*/*/
  79. */*/bd/*/ip/*/*.vhd
  80. */*/*/bd/*/ip/*/*.vhd
  81. */*/bd/*/ip/*/*.xml
  82. */*/*/bd/*/ip/*/*.xml
  83. *.c
  84. *.h
  85. *.vho
  86. *.html
  87. */*/bd/*/ip/*/*.tcl
  88. */*/*/bd/*/ip/*/*.tcl
  89. hw_handoff
  90. ipshared