-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue introduced by attempting to combine vsim.tcl scripts
- Loading branch information
Showing
6 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
IntegrationTests/CombinedBarrelConfig/IRtoKF/firmware/ucf/vsim.tcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
set_property SOURCE_SET sources_1 [get_filesets sim_1] | ||
add_files -fileset sim_1 -norecurse ../../src/firmware-hls/IntegrationTests/CombinedBarrelConfig/IRtoKF/firmware/mem/in.txt | ||
|
||
# Disabling source management mode. This is to allow the top design properties to be set without GUI intervention. | ||
set_property source_mgmt_mode None [current_project] | ||
set_property top top [get_filesets sim_1] | ||
set_property top_lib xil_defaultlib [get_filesets sim_1] | ||
set_property target_language VHDL [current_project] | ||
set_property simulator_language VHDL [current_project] | ||
# Re-enabling previously disabled source management mode. | ||
set_property source_mgmt_mode All [current_project] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
IntegrationTests/common/ucf/vsim.tcl → ...onTests/DualFPGA/firmware/ucf/vsim_f1.tcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
set_property SOURCE_SET sources_1 [get_filesets sim_1] | ||
add_files -fileset sim_1 -norecurse ../../src/firmware-hls/IntegrationTests/DualFPGA/firmware/mem/in_fpga2.txt | ||
|
||
# Disabling source management mode. This is to allow the top design properties to be set without GUI intervention. | ||
set_property source_mgmt_mode None [current_project] | ||
set_property top top [get_filesets sim_1] | ||
set_property top_lib xil_defaultlib [get_filesets sim_1] | ||
set_property target_language VHDL [current_project] | ||
set_property simulator_language VHDL [current_project] | ||
# Re-enabling previously disabled source management mode. | ||
set_property source_mgmt_mode All [current_project] |
11 changes: 11 additions & 0 deletions
11
IntegrationTests/ReducedCombinedConfig/IRtoKF/firmware/ucf/vsim.tcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
set_property SOURCE_SET sources_1 [get_filesets sim_1] | ||
add_files -fileset sim_1 -norecurse ../../src/firmware-hls/IntegrationTests/ReducedCombinedConfig/IRtoKF/firmware/mem/in.txt | ||
|
||
# Disabling source management mode. This is to allow the top design properties to be set without GUI intervention. | ||
set_property source_mgmt_mode None [current_project] | ||
set_property top top [get_filesets sim_1] | ||
set_property top_lib xil_defaultlib [get_filesets sim_1] | ||
set_property target_language VHDL [current_project] | ||
set_property simulator_language VHDL [current_project] | ||
# Re-enabling previously disabled source management mode. | ||
set_property source_mgmt_mode All [current_project] |