Skip to content

Commit 4e3f443

Browse files
committed
fix bad character in mock-array-big/macro-placement.tcl
Signed-off-by: Matt Liberty <[email protected]>
1 parent 2560624 commit 4e3f443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/designs/asap7/mock-array-big/macro-placement.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# fish out values from single source of truth: config.py
2-
set vals [regexp -all -inline {\S+} [exec sh -c {cd designs/asap7/mock-array-big && python3 -c "import config;print(f'{config.rows} {config.cols} {config.pitch_and_margin} {config.die_offset_x} {config.die_offset_y}')"}]]
2+
set vals [regexp -all -inline {\S+} [exec sh -c {cd designs/asap7/mock-array-big && python3 -c "import config;print(f'{config.rows} {config.cols} {config.pitch_and_margin} {config.die_offset_x} {config.die_offset_y}')"}]]
33
lassign $vals rows cols pitch_and_margin die_offset_x die_offset_y
44

55
set block [ord::get_db_block]

0 commit comments

Comments
 (0)