Sign in
foss-eda-tools
/
skywater-src-nda
/
65e952e33a1939082b02075226e3a16de2965d4c
/
.
/
scs8hd
/
V0.0.0
/
verilog
/
scs8hd_pg_U_VPWR.v
blob: 6ae760451f7f06c67b97b98dcd5a644a68592fd5 [
file
] [
log
] [
blame
]
primitive scs8hd_pg_U_VPWR
(
UDP_OUT
,
UDP_IN
,
VPWR
);
output UDP_OUT
;
input UDP_IN
,
VPWR
;
// UDP_OUT:=x when VPWR!=1
// UDP_OUT:=UDP_IN when VPWR==1
table
// X_int VPWR : X
0
1
:
0
;
1
1
:
1
;
?
0
:
x
;
?
x
:
x
;
endtable
endprimitive