Mauricio Montanares
11/06/2022, 3:44 PM[STEP 14]
[INFO]: Writing Verilog...
[STEP 15]
[INFO]: Running Detailed Routing...
[ERROR]: during executing openroad script /openlane/scripts/openroad/droute.tcl
[ERROR]: Exit code: 1
[ERROR]: full log: ../home/mxmont/Documents/Universidad/IC-UBB/MixPix/CARAVEL_WRAPPER/MixPix/openlane/user_project_wrapper/runs/22_11_06_12_15/logs/routing/15-detailed.log
[ERROR]: Last 10 lines:
Units: 1000
Number of layers: 13
Number of macros: 443
Number of vias: 25
Number of viarulegen: 25
[INFO DRT-0150] Reading design.
[ERROR DRT-0305] Net zero_ of signal type GROUND is not routable by TritonRoute. Move to special nets.
Error: droute.tcl, 46 DRT-0305
child process exited abnormally
I check different slack channels, and I found this:
https://open-source-silicon.slack.com/archives/C016H8WJMBR/p1659754025686099
proposed WA: https://open-source-silicon.slack.com/archives/C016H8WJMBR/p1662445019683969?thread_ts=1659754025.686099&cid=C016H8WJMBR
I do make openlane to udapdate dependencies/openlane_src, rerun the flow and the problem still appears
looks like a past bug; the WA mentioned in the thread solved the routing problem, but at the end of the flow there are LVS errors related to the fix. Is someone else having this problem with Caravel flow?
The repo of the project is updated with the last changes here: https://github.com/HALxmont/MixPixMitch Bailey
11/06/2022, 4:41 PMbut at the end of the flow there are LVS errors related to the fix.Is this your LVS result? If it is, can you post it?
Mauricio Montanares
11/06/2022, 5:20 PMMitch Bailey
11/06/2022, 5:34 PMconb
cells are not being connected to power. Can you check the power connections to this cell in the top level?
Maybe you have this in your config file (which is correct for the top level).
# The following is because there are no std cells in the example wrapper project.
set ::env(SYNTH_TOP_LEVEL) 0
Someone correct me if I’m wrong, but I don’t think it’s possible to synthesize ‘0’ and ‘1’ connections at the user_project_wrapper
level.Mitch Bailey
11/06/2022, 5:35 PMconb
in the layout here.
Instance: sky130_fd_sc_hd__conb_1:TIE_ZERO |Instance: TIE_ZERO_zero_
VGND = 1 | VGND = 4
VNB = 1 | VNB = 4
VPB = 1 | VPB = 4
VPWR = 1 | VPWR = 4
HI = 1 | proxyHI = 1
LO = 23 | LO = 23
Mauricio Montanares
11/06/2022, 6:46 PM# The following is because there are no std cells in the example wrapper project.
set ::env(SYNTH_TOP_LEVEL) 1
Mitch Bailey
11/06/2022, 6:56 PMSYNTH_TOP_LEVEL
on slack. Maybe you can figure out what to do from those. Sorry I couldn’t be more help.Mauricio Montanares
11/06/2022, 7:23 PM