diff options
Diffstat (limited to 'tcl')
| -rw-r--r-- | tcl/init.tcl | 2 |
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. |
| 83 | create_base_clock -fmax "50 MHz" clk | 83 | create_base_clock -fmax "50 MHz" clock |
| 84 | 84 | ||
| 85 | proc add_files {typ ext dir} { | 85 | proc 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"] { |
