This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b037bda7a
yosys
/
tests
/
csa_tree
/
sub_mixed.v
7 lines
100 B
Verilog
Raw
Blame
History
module
sub_mixed
(
input
[
7
:
0
]
a
,
b
,
c
,
d
,
output
[
7
:
0
]
y
)
;
assign
y
=
a
+
b
-
c
+
d
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink