Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
14189593b2851f86e27e0604e4a37a0d9629aa5c
/
.
/
src
/
Testcases
/
Google
/
chapter-20
/
20.4--printtimescale.sv
blob: fb0d3e1067318a9918f0b95cee9d18a5b8e043a2 [
file
]
/*
:name: printtimescale_task
:description: $printtimescale test
:should_fail: 0
:tags: 20.4
:type: simulation parsing
*/
`timescale 1 ms / 1 us
module top();
initial
$printtimescale;
endmodule