Add new AXI4-Stream UART IP and update .gitignore for Lab2 files

This commit is contained in:
2025-03-31 18:35:29 +02:00
parent 06afed32a3
commit cd5d1b8a0c
19 changed files with 4304 additions and 2 deletions

13
.gitignore vendored
View File

@@ -19,8 +19,6 @@
*.tsi
*.vcd
*.vdi
*.xml
*.tcl
*.ltx
*.xci
*.dcp
@@ -44,12 +42,15 @@
*.qws
*.wdf
*.lpr
*.xdc
*.bxml
# Vivado project directories
*.sim/
*.cache/
*.hw/
*.gen/
*.srcs/
.hwdbg/
*.ip_user_files/
@@ -68,3 +69,11 @@ 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/