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
18c7cb094e
yosys
/
tests
/
csa_tree
/
sub_3op.v
7 lines
91 B
Verilog
Raw
Blame
History
module
sub_3op
(
input
[
7
:
0
]
a
,
b
,
c
,
output
[
7
:
0
]
y
)
;
assign
y
=
a
-
b
+
c
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink