Files
DESD/.gitignore
Davide d156d1c944 Refactor project structure and update dependencies
- Updated .gitignore to exclude virtual environment and additional test files.
- Modified diligent_jstk.bd to reorganize interface nets for clarity.
- Adjusted diligent_jstk.bda to correct node attributes and edges.
- Revised diligent_jstk_wrapper.vhd to ensure proper port declarations.
- Enhanced uart_viewer.py for improved image handling and serial connection checks.
- Updated diligent_jstk.xpr and lab3.xpr for correct file paths and run configurations.
- Added requirements.txt to specify project dependencies for Python packages.
2025-05-30 14:14:25 +02:00

87 lines
901 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
*.zip
# 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
# Directories to ignore
.venv
# SDK workspace
.sdk/
# design files
**/design/**/ipshared/
**/design/**/ip/
**/design/**/sim/
**/design/**/synth/
**/design/**/ui/
**/design/**/hw_handoff/
**/design/**/*.xdc
# Other files
**/test/*.zip
**/test/*.exe
**/test/*.spec
**/test/dist/
**/test/build/