Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d4bc91e228686cd8ec9eee019b4f0db9b7bc26cb
/
.
/
SVIncCompil
/
Testcases
/
Icarus
/
ivltests
/
real5.v
blob: d506fc83ebfa082482d4cf67a25657be9a80f822 [
file
] [
log
] [
blame
]
module
main
;
parameter MAXPERFOOCLK
=
40000
;
time fooclk_period
;
initial
#50 $display("max foo period( posedge FOOCLK:%0.3f", $time/1000.0, "ns, %0d", MAXPERFOOCLK, " : %0.3f", fooclk_period/1000.0, "ns );");
endmodule