mirror of
https://github.com/verilator/verilator.git
synced 2025-01-11 00:57:44 +00:00
22088c907f
Adjust the maximum number width to 64K. Add --max-num-width option to adjust this setting. Closes #2082
9 lines
223 B
Systemverilog
9 lines
223 B
Systemverilog
// DESCRIPTION: Verilator: Verilog Test module
|
|
//
|
|
// This file ONLY is placed into the Public Domain, for any use,
|
|
// without warranty, 2019 by Wilson Snyder.
|
|
|
|
int a = -12'd1;
|
|
int b = 65536'd1;
|
|
int c = 1231232312312312'd1;
|