summaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorJulian Blake Kongslie2021-03-28 14:03:50 -0700
committerJulian Blake Kongslie2021-03-28 14:03:50 -0700
commit93a4ad185a48e8f2da76cc62fca8160ba4c960a6 (patch)
treeb8bbd0f85b31fd85bcc8efb961bbc66fc8b11fec /tcl
parentParallel verilator build. (diff)
downloadtoycpu-93a4ad185a48e8f2da76cc62fca8160ba4c960a6.tar.xz
Trivial changes from actually testing at Ducky office.HEADmain
Diffstat (limited to 'tcl')
-rw-r--r--tcl/init.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/init.tcl b/tcl/init.tcl
index 6621e6a..689a61c 100644
--- a/tcl/init.tcl
+++ b/tcl/init.tcl
@@ -14,6 +14,8 @@ proc pin {loc net} {
14pin E1 clk 14pin E1 clk
15pin J15 reset_n 15pin J15 reset_n
16 16
17# This is the clock for timing-driven synthesis, not timing analysis.
18# See clocks.sdf for the other clock.
17create_base_clock -fmax "50 MHz" clk 19create_base_clock -fmax "50 MHz" clk
18 20
19proc add_files {typ ext dir} { 21proc add_files {typ ext dir} {