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
0b4a64ac6a
yosys
/
tests
/
hana
/
test_simulation_and_7_test.v
4 lines
95 B
Verilog
Raw
Blame
History
module
test
(
input
[
3
:
0
]
in
,
output
out
)
;
and
myand
(
out
,
in
[
0
]
,
in
[
1
]
,
in
[
2
]
,
in
[
3
]
)
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink