index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hana
/
test_simulation_always_1_test.v
blob: 211369cb6c42a38ade353f0c8043661499607895 (
plain
)
1
2
3
4
5
module
test
(
input
in
,
output
reg
out
);
always
@(
in
)
out
=
in
;
endmodule