Sign in
foss-eda-tools
/
skywater-src-nda
/
d2c5021a49fe2d18e1092970a921217aa66f4c1b
/
.
/
s130
/
V2.1.1
/
DIG
/
scs130hvl
/
V0.0.0
/
verilog
/
scs130hvl_pg_U_VGND.v
blob: e255f9d46db9415acac3c8d48256b11676c523bd [
file
] [
log
] [
blame
]
primitive scs130hvl_pg_U_VGND
(
UDP_OUT
,
UDP_IN
,
VGND
);
output UDP_OUT
;
input UDP_IN
,
VGND
;
// UDP_OUT:=x when VPWR!=1
// UDP_OUT:=UDP_IN when VPWR==1
table
// X_int VPWR : X
0
0
:
0
;
1
0
:
1
;
?
1
:
x
;
?
x
:
x
;
endtable
endprimitive