Sign in
foss-eda-tools
/
skywater-src-nda
/
65e952e33a1939082b02075226e3a16de2965d4c
/
.
/
scs8ms
/
V0.0.1
/
verilog
/
scs8ms_pg_U_VGND.v
blob: df10fc378a634afc7d975dbea79dfba65008f5dc [
file
] [
log
] [
blame
]
primitive scs8ms_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