summaryrefslogtreecommitdiff
path: root/tcl/init.tcl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tcl/init.tcl2
1 files changed, 1 insertions, 1 deletions
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.