donn
01/28/2022, 2:52 AMAurora
01/28/2022, 8:56 AMdonn
01/28/2022, 11:21 AMdonn
01/28/2022, 11:21 AMHarald Pretl
01/28/2022, 7:56 PMArman Avetisyan
01/29/2022, 6:28 AMTobias Strauch
01/30/2022, 3:51 PMTobias Strauch
01/30/2022, 3:51 PMArman Avetisyan
01/30/2022, 7:10 PM20Mhz
01/31/2022, 11:32 AMArman Avetisyan
01/31/2022, 4:11 PMproppy
02/01/2022, 12:36 AMmagic
seems to be different from the one shipped in efabless/openlane:latest
/open_pdks/sky130/sky130A/libs.tech/magic/sky130A.tech: line 19: section version:
Error: Magic version 8.3.260 is required by this techfile, but this version of magic is 8.3.209.
Mitch Bailey
02/02/2022, 2:24 AMio_out
are unused.
In the resulting gate level verilog, these signals have all been tied to ground.
sky130_fd_sc_hd__conb_1 _60713_ (.LO(io_out[0]),
.VGND(vssd1),
.VNB(vssd1),
.VPB(vccd1),
.VPWR(vccd1));
This can lead to unexpected results, if "unused" signals are shared with actual signals from other modules. Is this a yosys issue?
@UserBrandon Ong
02/02/2022, 8:26 PMpdngen::specify_grid_macro {
power_pins "VDD"
ground_pins "GND"
blockages "li metal1 metal2"
connect {{metal1_PIN metal2} {metal2 metal3} {metal3 metal4} {metal4 metal5}}
}
I have a black_box macro with pins VDD and GND. I'm having trouble getting this to connect to the power railsArman Avetisyan
02/08/2022, 1:43 PMArman Avetisyan
02/08/2022, 1:43 PM[ 11.059] After normalization by unitWireCostRaw:
[ 11.059] unitWireCost (in DBU) = 1
[ 11.059] unitViaCost (in DBU) = 2720
[ 11.059] unitShortVioCost (coeff for "normal" short) = [500, 411.765, 411.765, 882.353, 882.353, 4705.88]
[ 11.059]
[ 11.059] Init NetList ...
[ERROR]: during executing: "cugr -lef /openlane/designs/carrack_wrapper_user/runs/RUN_2022.02.08_13.41.21/tmp/merged_unpadded.lef -def /openlane/designs/carrack_wrapper_user/runs/RUN_2022.02.08_13.41.21/tmp/routing/17-addspacers.def -output /openlane/designs/carrack_wrapper_user/runs/RUN_2022.02.08_13.41.21/tmp/routing/18-fastroute.guide -threads 2 |& tee >&@stdout /openlane/designs/carrack_wrapper_user/runs/RUN_2022.02.08_13.41.21/logs/routing/18-fastroute.log"
GS
02/10/2022, 2:15 PMGS
02/10/2022, 2:15 PMGS
02/10/2022, 2:15 PMArman Avetisyan
02/10/2022, 5:39 PMemin
02/11/2022, 4:36 PMMatt Venn
02/11/2022, 7:57 PMMatt Venn
02/11/2022, 7:58 PMemin
02/11/2022, 8:28 PMproppy
02/12/2022, 2:11 PMproppy
02/12/2022, 2:11 PMAnton Blanchard
02/14/2022, 10:18 PMAnton Blanchard
02/15/2022, 3:33 AM[WARNING ODB-0177] error: undefined via (via3_1600x480) referenced
It looks like it's caused by different settings for FP_PDN_VWIDTH
and FP_PDN_HWIDTH
in the macro and top level configs. I'll recreate my macros with the same PDN settings, but I was wondering how bad it is and if openlane should error out. I do see met4-met5 vias inside the macros in the final GDS.aryap
02/15/2022, 11:58 PMHadir Khan
02/17/2022, 6:21 AM