From f9ff4fba38d370909bd90ed883e3031f2c2c5577 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 17 Feb 2022 08:37:18 -0800 Subject: Point at the correct clock when setting up timing. --- tcl/init.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl/init.tcl') 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 # This is the clock for timing-driven synthesis, not timing analysis. # See clocks.sdf for the other clock. -create_base_clock -fmax "50 MHz" clk +create_base_clock -fmax "50 MHz" clock proc add_files {typ ext dir} { foreach name [glob -nocomplain -directory $dir -type f "*.$ext"] { -- cgit v1.2.3