Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
4e2abbf559b85d1c0b1dffd013a27b4b8c78dd2c
/
.
/
src
/
Testcases
/
Icarus
/
vpi
/
mipname.v
blob: 20f9f15bf289b20cd1386ef7373c679ccd1c4840 [
file
] [
log
] [
blame
]
module
test3
;
initial $mytest
;
endmodule
module
test2
;
initial $mytest
;
test3 t3
();
endmodule
module
test
;
initial $mytest
;
test2 t2
();
endmodule