Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d4bc91e228686cd8ec9eee019b4f0db9b7bc26cb
/
.
/
SVIncCompil
/
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