iverilog/ivtest/ivltests/no_timescale_in_module.v

5 lines
60 B
Verilog

`timescale 1ns/1ps
module top;
`timescale 1us/1ns
endmodule