We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 743497a + 4e3f443 commit 4eef329Copy full SHA for 4eef329
flow/designs/asap7/mock-array-big/macro-placement.tcl
@@ -1,5 +1,5 @@
1
# 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}')"}]]
+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}')"}]]
3
lassign $vals rows cols pitch_and_margin die_offset_x die_offset_y
4
5
set block [ord::get_db_block]
0 commit comments