Mitch Bailey
02/15/2022, 11:09 AMsimple_por
has 2 vss ports vss3v3
and vss1v8
.
simple_por por (
.por_l(por_l),
.porb_h(porb_h),
.porb_l(porb_l),
.vdd1v8(vccd_core),
.vdd3v3(vddio_core),
.vss3v3(vssio_core),
.vss1v8(vssd_core)
);
While the layout has only one common vss
port connected to vssio_core
.Tim Edwards
02/15/2022, 7:40 PMisosub
layer in it, but it may not be in the mpw-4 repository (I need to check if it's in the current repository or if I just did that in a local branch).Mitch Bailey
02/16/2022, 12:33 AMMitch Bailey
02/16/2022, 6:51 AMTim Edwards
02/16/2022, 1:18 PM