This website requires JavaScript.
Explore
Help
Sign In
riscv
/
OpenFPGA
mirror of
https://github.com/lnis-uofu/OpenFPGA.git
Watch
1
Star
0
Fork
You've already forked OpenFPGA
0
Code
Issues
Projects
Releases
Wiki
Activity
91b072d7c5
OpenFPGA
/
yosys
/
manual
/
PRESENTATION_ExSyn
/
opt_03.v
5 lines
102 B
Coq
Raw
Blame
History
module
test
(
input
[
3
:
0
]
A
,
B
,
output
[
3
:
0
]
Y
,
Z
)
;
assign
Y
=
A
+
B
,
Z
=
B
+
A
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink