diff options
| author | Julian Blake Kongslie | 2022-02-17 08:37:18 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-02-17 08:37:18 -0800 |
| commit | f9ff4fba38d370909bd90ed883e3031f2c2c5577 (patch) | |
| tree | 6bebef19d4683e592389ae2d6bb5eed52e4324c5 | |
| parent | Avoid a few warnings during build. (diff) | |
| download | simple-memory-controller-f9ff4fba38d370909bd90ed883e3031f2c2c5577.tar.xz | |
Point at the correct clock when setting up timing.
Diffstat (limited to '')
| -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"] { |
