Add test
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user