index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
techmap
/
recursive.v
blob: d281b21d8744b8e59e8c32d22878fe276e31fd56 (
plain
)
1
2
3
4
5
6
7
8
module
top
;
sub
s0
();
foo
f0
();
endmodule
module
foo
;
sub
s0
();
endmodule