Files
DESD/.gitignore
Davide f014f8c341 Refactor and clean up project files
- Removed obsolete GraphML file `pak_depak.bda` and UI file `bd_c9b29a54.ui`.
- Updated `rgb2gray.vhd` to improve signal handling and state machine logic.
- Created new Vivado project files for `depacketizer_test`, including testbench configuration.
- Adjusted `pak_depak.xpr` to disable the FIFO module and set the top module correctly.
- Updated `rgb2grey_test.xpr` to modify simulation launch settings.
2025-04-22 22:32:01 +02:00

71 lines
638 B
Plaintext

# Vivado-specific files and directories to ignore
# Vivado temporary files
*.jou
*.log
*.str
*.pb
*.wdb
*.xpa
*.backup.*
# Simulation and synthesis-generated files
*.bit
*.bin
*.elf
*.mcs
*.mem
*.prm
*.tsi
*.vcd
*.vdi
*.ltx
*.xci
*.dcp
*.xsa
*.xise
*.ngc
*.ngd
*.ncd
*.bgn
*.blf
*.unroutes
*.rpx
*.par
*.twr
*.twx
*.ptwx
*.mrp
*.pcf
*.qpf
*.qsf
*.qws
*.wdf
*.lpr
*.xdc
*.bxml
# Vivado project directories
*.sim/
*.cache/
*.hw/
*.gen/
*.srcs/
.hwdbg/
*.ip_user_files/
.webtalk/
.xsim/
.xil/
.xilinx/
*.runs/
.xtclsh_history
.fpga_editor.log
.fpga_editor.jou
vivado_pid*.str
vivado*.backup.jou
vivado*.backup.log
# SDK workspace
.sdk/