9 lines
163 B
Coq
9 lines
163 B
Coq
|
|
// Regression test for GitHub issue #60 part 1 - sized numeric constants
|
||
|
|
// must have size greater than zero.
|
||
|
|
|
||
|
|
module test();
|
||
|
|
|
||
|
|
localparam Value = 0'b0;
|
||
|
|
|
||
|
|
endmodule
|