From 05192e38327492c5d56bd35f4febcdc7fb6ead2f Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Wed, 14 Apr 2021 18:42:02 -0700 Subject: Tell Quartus that we're using a scaled clock. --- tcl/init.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl') 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 # 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 "45 MHz" clk proc add_files {typ ext dir} { foreach name [glob -nocomplain -directory $dir -type f "*.$ext"] { -- cgit v1.2.3