summaryrefslogtreecommitdiff
path: root/tcl/init.tcl
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-04-15 16:39:30 -0700
committerJulian Blake Kongslie2021-04-15 16:39:30 -0700
commit4203007c5ac99c6f46b2aea378d043511b2d798d (patch)
treea100bc17e2a1dd5e9b87f0002e4a91c400559b4c /tcl/init.tcl
parentMore makefile corrections/simplifications for quartus on Linux. (diff)
downloadnoncpu-4203007c5ac99c6f46b2aea378d043511b2d798d.tar.xz
Fix timing declarations for PLL in Quartus assignments.
Diffstat (limited to 'tcl/init.tcl')
-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.