Tim Edwards
02/24/2021, 12:56 AMMitch Bailey
02/24/2021, 12:58 AMTim Edwards
02/24/2021, 1:07 AMMitch Bailey
02/24/2021, 2:02 PMTim Edwards
02/24/2021, 7:57 PMMitch Bailey
02/25/2021, 1:11 AMmerge "PHY_1162/VPWR" "soc.soc_mem.mem.SRAM/FILLER_173_42/VPWR"
merge "soc.soc_mem.mem.SRAM/FILLER_173_42/VPWR" "PHY_463/VPWR"
soc.soc_mem.mem.SRAM
is an instance defined in a use
statement. I think it wants to merge with the net FILLER_173_42/VPWR
of soc.soc_mem.mem.SRAM
but that's not a port of the subckt. How does magic extract connections to non-ports in subcells?Tim Edwards
02/25/2021, 1:35 AMMitch Bailey
02/25/2021, 3:50 AMconnect(1): no such node pk_pdriver_3_0\/pk_pinv_16_0/vdd
I checked the ext files, and though there are no / in the use line instance names, there are multiple slashes in the merge line nets.
As you suggest, changing / -> _ when gds is read may work.
If you let me know when you have a new stable version, and I'll do a regression test on the caravel blocks that have passed so far.Tim Edwards
02/25/2021, 2:14 PM