# 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/ # Lab2 files LAB2/src/lab_2/ipshared/ LAB2/src/lab_2/ip/ LAB2/src/lab_2/sim/ LAB2/src/lab_2/synth/ LAB2/src/lab_2/ui/ LAB2/src/lab_2/hw_handoff/