index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
manual
/
PRESENTATION_ExSyn
/
opt_03.v
blob: 134161bb80a16b2fbfbd5296eda28476f3baff4f (
plain
)
1
2
3
4
module
test
(
input
[
3
:
0
]
A
,
B
,
output
[
3
:
0
]
Y
,
Z
);
assign
Y
=
A
+
B
,
Z
=
B
+
A
;
endmodule