Open martinwhitaker opened 7 months ago
For example
module top; localparam width = $bits(value); initial $display(width); endmodule
should fail to compile.
For example
should fail to compile.