- Created a new Block Design Archive (lab_3.bda) for LAB3, defining nodes and edges for the design. - Added a placeholder README file in the simulation directory. - Initialized a Vivado project file (lab3.xpr) with configuration settings and source files for synthesis and simulation. - Updated vhdl_ls.toml to include LAB3 source and simulation files for VHDL language server support.
80 lines
789 B
Plaintext
80 lines
789 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
|
|
*.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 |