Skip to content

Commit

Permalink
Merge pull request #212 from Unike267/unike/fix-vivado-tcl
Browse files Browse the repository at this point in the history
Fix Vivado TCL
  • Loading branch information
stnolting authored Jan 6, 2025
2 parents 3bc18bb + 14ee915 commit 4cd25a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vivado/arty-a7-test-setup/create_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ set fileset_design ./../../neorv32/rtl/test_setups/neorv32_test_setup_bootloader
set fileset_constraints [glob ./*.xdc]

## Simulation-only sources
set fileset_sim [list ./../../neorv32/sim/simple/neorv32_tb.simple.vhd ./../../neorv32/sim/simple/uart_rx.simple.vhd]
set fileset_sim [list ./../../neorv32/sim/neorv32_tb.vhd ./../../neorv32/sim/sim_uart_rx.vhd]

# Add source files

Expand Down
2 changes: 1 addition & 1 deletion vivado/nexys-a7-test-setup/create_project.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set_property library neorv32 [get_files [glob ./../../neorv32/rtl/core/*.vhd]]
add_files [glob ./../../neorv32/rtl/test_setups/neorv32_test_setup_bootloader.vhd]

# add source files: simulation-only
add_files -fileset sim_1 [list ./../../neorv32/sim/simple/neorv32_tb.simple.vhd ./../../neorv32/sim/simple/uart_rx.simple.vhd]
add_files -fileset sim_1 [list ./../../neorv32/sim/neorv32_tb.vhd ./../../neorv32/sim/sim_uart_rx.vhd]

# add source files: constraints
add_files -fileset constrs_1 [glob ./*.xdc]
Expand Down

0 comments on commit 4cd25a6

Please sign in to comment.