summaryrefslogtreecommitdiff
path: root/tcl/init.tcl
diff options
context:
space:
mode:
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"] {