1
0
mirror of synced 2026-04-25 03:46:21 +00:00
This commit is contained in:
Eddie Hung
2019-08-20 20:05:16 -07:00
parent 193eae0c84
commit fce8dc7db2
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module top;
sub s0();
foo f0();
endmodule
module foo;
sub s0();
endmodule