-
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.
Cleanup based on suggestions from Andrew. Also updated README
- Loading branch information
Showing
21 changed files
with
27 additions
and
324 deletions.
There are no files selected for viewing
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
24 changes: 0 additions & 24 deletions
24
IntegrationTests/CombinedBarrelConfig/IRtoKF/firmware/scripts/lut_copy.py
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
IntegrationTests/CombinedBarrelConfig/IRtoKF/firmware/scripts/pre_msim.tcl
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
IntegrationTests/CombinedBarrelConfig/IRtoKF/firmware/ucf/vsim.tcl
This file was deleted.
Oops, something went wrong.
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
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 was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
IntegrationTests/DualFPGA/firmware/scripts/lut_copy_dual.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
24 changes: 0 additions & 24 deletions
24
IntegrationTests/ReducedCombinedConfig/IRtoKF/firmware/scripts/lut_copy.py
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
IntegrationTests/ReducedCombinedConfig/IRtoKF/firmware/scripts/pre_msim.tcl
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
IntegrationTests/ReducedCombinedConfig/IRtoKF/firmware/ucf/vsim.tcl
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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,10 @@ | ||
set_property SOURCE_SET sources_1 [get_filesets sim_1] | ||
|
||
# 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] |
Oops, something went wrong.