Sign in
foss-eda-tools
/
skywater-src-nda
/
313e9e5332252778f37f94c20ce66d7e66a36308
/
.
/
scs8ls
/
V0.1.1
/
verilog
/
scs8ls_pg_U_VPWR.v
blob: a268659e558086c96e51513d89f1fe9e1fb7ac0c [
file
] [
log
] [
blame
]
primitive scs8ls_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