Can anybody help me look around this issue? It's a...
# gf180mcu
r
Can anybody help me look around this issue? It's a very small test project, and there is only a 74hc138 in it. When I harden the wrapper, I got this
Copy code
[STEP 9]
[INFO]: Running Global Routing Resizer Timing Optimizations (log: ../mnt/r/work/Rift2Fake_gf180_mpw0/openlane/user_project_wrapper/runs/22_12_01_10_1.
[ERROR]: during executing openroad script /openlane/scripts/openroad/resizer_routing_timing.tcl
[ERROR]: Log: ../mnt/r/work/Rift2Fake_gf180_mpw0/openlane/user_project_wrapper/runs/22_12_01_10_15/logs/routing/9-resizer.log
[ERROR]: Last 10 lines:
36# 0x00007FB4E3ED5F1E in /lib64/libtcl8.5.so
37# Tcl_EvalEx in /lib64/libtcl8.5.so
38# Tcl_Eval in /lib64/libtcl8.5.so
39# sta::sourceTclFile(char const*, bool, bool, Tcl_Interp*) in openroad
40# ord::tclAppInit(Tcl_Interp*) in openroad
41# Tcl_Main in /lib64/libtcl8.5.so
42# main in openroad
43# __libc_start_main in /lib64/libc.so.6
44# 0x0000000000CAB507 in openroad
child killed: SIGABRT

[ERROR]: Creating issue reproducible...
m
I can reproduce your crash and will take a look
👀 1
v
@Ruige Lee In wrapper are you placing any standard cells? Can you share your repo with configuration file?
r
I have uploaded the repo. Although I have modified the design files, which is different from the
issue_reproducivle
. But it will meet the same crash. https://github.com/whutddk/Rift2Fake_gf180_mpw0
Copy code
"VDD_NETS": ["vccd1", "vccd2","vdda1","vdda2"],
    "GND_NETS": ["vssd1", "vssd2","vssa1","vssa2"],
    "SYNTH_USE_PG_PINS_DEFINES": "USE_POWER_PINS",
https://github.com/whutddk/Rift2Fake_gf180_mpw0/blob/main/openlane/user_project_wrapper/config.json Above is not valid for gf180. its
vdd vss
r
sorry,I may upload a wrong branch
@Vijayan Krishnan I have pushed the new branch gf180mcu
m
r
Thank you, but how can I use that patch in
caravel_user_project
? Just modify the tag of openlane to
2022.12.01
?
v
@Ruige Lee have you raised github issue for this in OpenLane?
r
no,but I updated the tag, and the crash did not happen again
v
Ok. Goto OpenLane installed directory and update
dependencies/tool_metadata.yml
into openroad_app commits to latest
522aab058ebdc053a066289e98abac5a47ae811e
and run
BUILD_IF_CANT_PULL=1 make openlane
and run the flow again