File tree Expand file tree Collapse file tree
flow/designs/asap7/mock-cpu Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export DESIGN_NICKNAME = mock-cpu
55
66export VERILOG_FILES = $(wildcard $(DESIGN_HOME ) /src/fifo/* .v)
77export SDC_FILE = $(DESIGN_HOME ) /$(PLATFORM ) /$(DESIGN_NICKNAME ) /constraint.sdc
8+ export SDC_FILE_EXTRA = $(DESIGN_HOME ) /src/mock-array/util.tcl
89
910export CORE_UTILIZATION = 40
1011export CORE_ASPECT_RATIO = 1
Original file line number Diff line number Diff line change 22#
33# This fifo is from http://www.sunburst-design.com/papers/CummingsSNUG2002SJ_FIFO1.pdf
44
5- source $::env(DESIGN_HOME) /src/mock-array/util.tcl
5+ source $::env(SDC_FILE_EXTRA)
66
77set sdc_version 2.0
88
Original file line number Diff line number Diff line change 1- # bazel has root of OpenROAD-flow-scripts as working directory
2- foreach prefix {" " flow/} {
3- set f ${prefix} designs/src/mock-array/util.tcl
4- if { [file exists $f ] } {
5- source $f
6- }
7- }
1+ source $::env(SDC_FILE_EXTRA)
82
93set_io_pin_constraint -order -group -region bottom:* \
104 -pin_names [concat [match_pins .*] [match_pins clk input 1]]
You can’t perform that action at this time.
0 commit comments