Sign in
foss-eda-tools
/
skywater-src-nda
/
dd294fe92b52f863c8df0c0d8bb2db46ec992ac9
/
.
/
scs8hd
/
V0.0.2
/
verilog
/
scs8hd_pg_U_VGND.v
blob: 4cd4f13ef666777d8d1fd2e6055780639793b28f [
file
] [
log
] [
blame
]
primitive scs8hd_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