- Created a new loopback design file (loopback.bda) with nodes and edges defined in GraphML format. - Added a new Vivado project file for loopback (loopback.xpr) with updated configurations. - Introduced a new testbench for image convolution (img_conv_tb.vhd) in the simulation sources. - Updated the main project file (lab2.xpr) to reflect changes in source files and top module for simulation. - Removed obsolete project files (pak_depak.xpr.zip) and updated paths for existing source files.
81 lines
795 B
Plaintext
81 lines
795 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/
|
|
.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/
|
|
|
|
# design files
|
|
**/design/**/ipshared/
|
|
**/design/**/ip/
|
|
**/design/**/sim/
|
|
**/design/**/synth/
|
|
**/design/**/ui/
|
|
**/design/**/hw_handoff/
|
|
|
|
# Other files
|
|
**/test/*.zip |