index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hana
/
test_intermout_exprs_unaryplus_test.v
blob: 07be5b240e7d87cd5d98950c3ea952b960e844bd (
plain
)
1
2
3
4
module
test
(
output
out
,
input
in
);
assign
out
=
+
in
;
endmodule