tnt
10/28/2024, 3:23 PMwrite_cdl
is giving me a different netlist than write_verilog
...Mitch Bailey
10/28/2024, 4:53 PMtnt
10/28/2024, 4:54 PMtnt
10/28/2024, 4:56 PMum_iw[10]
...Mitch Bailey
10/28/2024, 5:09 PMum_iw
is not connected in either netlist as far as I can see.tnt
10/28/2024, 5:14 PMtnt
10/28/2024, 5:14 PMassign um_iw[10] = \block[0].zbuf_iw_I[10].z ;
sg13g2_and2_2 \block[0].zbuf_iw_I[10].genblk1.cell0_I (.A(\block[0].zbuf_iw_I[10].a ),
.B(\block[0].l_ena_0_I.z ),
.X(\block[0].zbuf_iw_I[10].z ),
.VDD(VPWR),
.VSS(VGND));
tnt
10/28/2024, 5:17 PMMitch Bailey
10/28/2024, 5:20 PMum_iw
.
Maybe write_cdl
doesn’t handle assigns.tnt
10/28/2024, 5:22 PMtnt
10/28/2024, 5:23 PMwrite_cdl
works after I eat and see if I can see anything wrong in there ...tnt
10/28/2024, 6:24 PMwrite_cdl
doesn't account at all for pins that are connected to nets with a different name ...Mitch Bailey
10/28/2024, 6:31 PM*.connect
statement to join nets. Don’t know if that’s standard spice or not. If LVS understands it, then that might be a solution.tnt
10/28/2024, 6:32 PM