summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"] {