File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- source designs/src/mock-array/util.tcl
1+ set script_dir [file dirname [info script]]
2+ source $script_dir /../../../src/mock-array/util.tcl
23
34set assignments [list \
45 top bottom \
Original file line number Diff line number Diff line change 1- source designs/src/mock-array/util.tcl
1+ set script_dir [file dirname [info script]]
2+ source $script_dir /../../src/mock-array/util.tcl
23
34set assignments [list \
45 top \
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 designs/src/mock-array/util.tcl
5+ set script_dir [file dirname [info script]]
6+ source $script_dir /../../src/mock-array/util.tcl
67
78set sdc_version 2.0
89
Original file line number Diff line number Diff line change 1- source designs/src/mock-array/util.tcl
1+ set script_dir [file dirname [info script]]
2+ source $script_dir /../../src/mock-array/util.tcl
23
34set_io_pin_constraint -order -group -region bottom:* -pin_names [concat [match_pins .*] [match_pins clk input 1]]
You can’t perform that action at this time.
0 commit comments