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 abnormallyMitch 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# The following is because there are no std cells in the example wrapper project.
set ::env(SYNTH_TOP_LEVEL) 0user_project_wrapperMitch Bailey
11/06/2022, 5:35 PMconbInstance: 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 = 23Mauricio 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) 1Mitch Bailey
11/06/2022, 6:56 PMSYNTH_TOP_LEVELMauricio Montanares
11/06/2022, 7:23 PM