This website requires JavaScript.
Explore
Help
Sign In
riscv
/
yosys
mirror of
https://github.com/YosysHQ/yosys.git
Watch
1
Star
0
Fork
You've already forked yosys
0
Code
Issues
Projects
Releases
Wiki
Activity
5bb7578c91
yosys
/
tests
/
hana
/
test_parse2synthtrans_conta...
8 lines
100 B
Verilog
Raw
Blame
History
module
test
(
in
,
out
)
;
input
wire
in
;
output
out
;
assign
out
=
(
in
+
in
)
;
assign
out
=
74
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink