summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--altera/clocks.sdc1
-rw-r--r--tcl/init.tcl2
2 files changed, 2 insertions, 1 deletions
diff --git a/altera/clocks.sdc b/altera/clocks.sdc
index 15d4482..1febf5c 100644
--- a/altera/clocks.sdc
+++ b/altera/clocks.sdc
@@ -1,3 +1,4 @@
1# This is the clock for timing analysis, not timing-driven synthesis. 1# This is the clock for timing analysis, not timing-driven synthesis.
2# See init.tcl for the other clock. 2# See init.tcl for the other clock.
3create_clock -period "50 MHz" native_clk
3create_clock -period "45 MHz" clk 4create_clock -period "45 MHz" clk
diff --git a/tcl/init.tcl b/tcl/init.tcl
index 96ed9de..3466f17 100644
--- a/tcl/init.tcl
+++ b/tcl/init.tcl
@@ -11,7 +11,7 @@ proc pin {loc net} {
11 set_instance_assignment -name IO_STANDARD "3.3V LVTTL" -to $net 11 set_instance_assignment -name IO_STANDARD "3.3V LVTTL" -to $net
12} 12}
13 13
14pin E1 clk 14pin E1 native_clk
15pin J15 reset_n 15pin J15 reset_n
16 16
17# This is the clock for timing-driven synthesis, not timing analysis. 17# This is the clock for timing-driven synthesis, not timing analysis.