mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-15 07:15:28 +00:00
Add test
This commit is contained in:
parent
193eae0c84
commit
fce8dc7db2
3 changed files with 15 additions and 0 deletions
8
tests/techmap/recursive.v
Normal file
8
tests/techmap/recursive.v
Normal file
|
@ -0,0 +1,8 @@
|
|||
module top;
|
||||
sub s0();
|
||||
foo f0();
|
||||
endmodule
|
||||
|
||||
module foo;
|
||||
sub s0();
|
||||
endmodule
|
Loading…
Add table
Add a link
Reference in a new issue