You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed behavior
Act believes that there are shorted signals when there arent when observed in layout
Expected behavior
Act should accept the rect file and be prepared for placement.
Potential complications
I'm not sure if this is the correct format for the .rect files. The documentation regarding the layer names isn't very clear. It may also be that ACT expects the pull-up stack to be on top while floret puts the pull-down stack on top. This could be fixed fairly easily, but it also shouldn't matter from ACT's perspective.
$ touch cells.act
$ interact -ref=1 -Tsky130
interact> source interact.conf
WARNING: Tile::addRect() failed; inconsistent tile types being merged
WARNING: Tile::addRect() failed; inconsistent tile types being merged
WARNING: [g0n_0x0<>] Missing lower base layer at (100,196)?
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: GND; net2: out
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: Vdd; net2: out
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: out; net2: GND
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: out; net2: Vdd
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: GND; net2: out
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: Vdd; net2: out
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: out; net2: GND
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: out; net2: Vdd
WARNING: [g0n_0x0<>] Missing lower base layer at (100,196)?
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: GND; net2: out
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: Vdd; net2: out
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: out; net2: GND
WARNING: [g0n_0x0<>] Net propagation detected two nets are shorted.
net1: out; net2: Vdd
WARNING: [g0n_0x0<>] Missing lower base layer at (100,196)?
WARNING: g0n_0x0<>: center diffusion spacing asjusted (orig: 54; .rect: -297); using .rect file value
Observed behavior
Act believes that there are shorted signals when there arent when observed in layout
Expected behavior
Act should accept the rect file and be prepared for placement.
Potential complications
I'm not sure if this is the correct format for the .rect files. The documentation regarding the layer names isn't very clear. It may also be that ACT expects the pull-up stack to be on top while floret puts the pull-down stack on top. This could be fixed fairly easily, but it also shouldn't matter from ACT's perspective.
Files
prs2net.conf.txt
layout.conf.txt
/opt/cad/conf/sky130/cells/rect/_0_0cell_0_0g0n_0x0.rect
test.act
interact.conf
rect script
The text was updated successfully, but these errors were encountered: