summaryrefslogtreecommitdiff
path: root/tcl/init.tcl
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-04-14 18:42:02 -0700
committerJulian Blake Kongslie2021-04-14 18:48:58 -0700
commit05192e38327492c5d56bd35f4febcdc7fb6ead2f (patch)
tree7a4e2c588b2d2c18a3392a7a26af036789a9a6ca /tcl/init.tcl
parentImproved clean target in Makefile (diff)
downloadnoncpu-05192e38327492c5d56bd35f4febcdc7fb6ead2f.tar.xz
Tell Quartus that we're using a scaled clock.
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 039af91..96ed9de 100644
--- a/tcl/init.tcl
+++ b/tcl/init.tcl
@@ -16,7 +16,7 @@ pin 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.
18# See clocks.sdf for the other clock. 18# See clocks.sdf for the other clock.
19create_base_clock -fmax "50 MHz" clk 19create_base_clock -fmax "45 MHz" clk
20 20
21proc add_files {typ ext dir} { 21proc add_files {typ ext dir} {
22 foreach name [glob -nocomplain -directory $dir -type f "*.$ext"] { 22 foreach name [glob -nocomplain -directory $dir -type f "*.$ext"] {