Skip to content
Snippets Groups Projects
Commit 0e7b2818 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

removed SDC file (every project should include it in hdllib.cfg)

parent 5e17aa3c
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,6 @@ set_global_assignment -name STRATIXIII_CONFIGURATION_SCHEME "ACTIVE SERIAL"
set_global_assignment -name USE_CONFIGURATION_DEVICE ON
set_global_assignment -name STRATIXII_CONFIGURATION_DEVICE EPCS128
# Timing constraints
set_global_assignment -name SDC_FILE $::env(RADIOHDL)/boards/uniboard1/libraries/unb1_board/quartus/unb1_board.sdc
# Pass compile stamps as generics (passed to top-level when $UNB_COMPILE_STAMPS is set)
if { [info exists ::env(UNB_COMPILE_STAMPS) ] } {
......
......@@ -76,8 +76,6 @@ set_global_assignment -name ROUTER_TIMING_OPTIMIZATION_LEVEL MAXIMUM
#set_global_assignment -name USE_CONFIGURATION_DEVICE ON
#set_global_assignment -name STRATIXII_CONFIGURATION_DEVICE EPCS128
# Timing constraints
#set_global_assignment -name SDC_FILE $::env(RADIOHDL)/boards/uniboard2/libraries/unb2_board/quartus/unb2_board.sdc
# Pass compile stamps as generics (passed to top-level when $UNB_COMPILE_STAMPS is set)
if { [info exists ::env(UNB_COMPILE_STAMPS) ] } {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment