8 lines
127 B
Coq
8 lines
127 B
Coq
|
|
// Check a local timeprecision that is too large.
|
||
|
|
`resetall
|
||
|
|
module ltp_large;
|
||
|
|
timeunit 1ns;
|
||
|
|
timeprecision 10ns;
|
||
|
|
endmodule
|
||
|
|
|