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_sop_basic_8_test.v
blob: a51ead0b259960e4a5ba4f873b40a5b8631795b0 (
plain
)
1
2
3
module
test
(
output
out
);
assign
out
=
1
'b0
;
endmodule