Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
91c065df031c31bc350c1052607ca347e71c741d
/
.
/
src
/
Testcases
/
YosysTests
/
verific
/
opers
/
rednor.sv
blob: bcfef9ec2188b66d819c51f4100727ef0ed8186a [
file
] [
log
] [
blame
]
module
top
(
input
[
6
:
0
]
a
,
output y
);
assign y
=
~|
a
;
endmodule