Sign in
foss-eda-tools
/
skywater-src-nda
/
d2c5021a49fe2d18e1092970a921217aa66f4c1b
/
.
/
s130
/
V2.1.1
/
DIG
/
scs130ls
/
V0.0.0
/
verilog
/
scs130ls_pg_U_VGND.v
blob: 11526915f728109918d7159954bab09182dce271 [
file
] [
log
] [
blame
]
primitive scs130ls_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