Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
d4bc91e228686cd8ec9eee019b4f0db9b7bc26cb
/
.
/
SVIncCompil
/
Testcases
/
Google
/
chapter-11
/
11.11--min_max_avg_delay.sv
blob: 5dc49bcc93e47d7891f499c8c6286de41964be7f [
file
] [
log
] [
blame
]
/*
:name: min_max_avg_delay
:description: minimum, typical and maximum delay expressions test
:should_fail: 0
:tags: 11.11
*/
module
top
();
initial
begin
#(100:200:300) $display("Done");
end
endmodule