summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-02-17 08:37:18 -0800
committerJulian Blake Kongslie2022-02-17 08:37:18 -0800
commitf9ff4fba38d370909bd90ed883e3031f2c2c5577 (patch)
tree6bebef19d4683e592389ae2d6bb5eed52e4324c5
parentAvoid a few warnings during build. (diff)
downloadsimple-memory-controller-f9ff4fba38d370909bd90ed883e3031f2c2c5577.tar.xz
Point at the correct clock when setting up timing.
-rw-r--r--tcl/init.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/init.tcl b/tcl/init.tcl
index 103a31a..2f29aec 100644
--- a/tcl/init.tcl
+++ b/tcl/init.tcl
@@ -80,7 +80,7 @@ rampin ram_resetn N9
80 80
81# This is the clock for timing-driven synthesis, not timing analysis. 81# This is the clock for timing-driven synthesis, not timing analysis.
82# See clocks.sdf for the other clock. 82# See clocks.sdf for the other clock.
83create_base_clock -fmax "50 MHz" clk 83create_base_clock -fmax "50 MHz" clock
84 84
85proc add_files {typ ext dir} { 85proc add_files {typ ext dir} {
86 foreach name [glob -nocomplain -directory $dir -type f "*.$ext"] { 86 foreach name [glob -nocomplain -directory $dir -type f "*.$ext"] {