tnt
10/11/2023, 10:23 AMVPWR
of the macro connected through my switch, those net are markes as SIGNAL
which ends up not working at various places. So I guess my input verilog shouldn't have the power connections at all, but then how can I define that my macro shouldn't be connected to VPWR (I can do the actual routing myself in a odb routing script, I just need the connection to be marked as such so that tools "see" t should be connected).Mitch Bailey
10/11/2023, 11:41 AMtnt
10/11/2023, 11:44 AMtnt
10/11/2023, 11:45 AMMitch Bailey
10/11/2023, 11:55 AMtnt
10/11/2023, 11:59 AMtnt
10/11/2023, 12:00 PMMitch Bailey
10/11/2023, 12:20 PMtnt
10/11/2023, 12:32 PMtnt
10/11/2023, 12:37 PMMitch Bailey
10/11/2023, 1:42 PMtnt
10/11/2023, 1:47 PMtnt
10/11/2023, 1:47 PMMitch Bailey
10/11/2023, 2:51 PMconnected in the netlist like they should
= routing
?tnt
10/11/2023, 2:55 PM.v
and the .def
has a record that those two pads should be connected and are on the same, but not necessarily any geometry achieving that.tnt
10/11/2023, 2:59 PMAustin Rovinski
10/12/2023, 3:59 PMAustin Rovinski
10/12/2023, 4:15 PMdbNet::setSigType()
so if a tool does not automatically mark a net as a power/ground (ideally the upf should do this) then you can use an odb tcl command to mark it as such. After that you should be able to use the sroute command to do the routing.tnt
10/14/2023, 6:59 PMhttps://i.imgur.com/4X3952H.png▾
tnt
10/14/2023, 7:01 PM