7 lines
123 B
Coq
7 lines
123 B
Coq
|
|
// Check a global timeprecision that is too large.
|
||
|
|
`resetall
|
||
|
|
timeunit 1ns;
|
||
|
|
timeprecision 10ns;
|
||
|
|
module gtp_large;
|
||
|
|
endmodule
|