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