mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
This occurs when tgt-vvp attempts to generate a C4<..> constant value with a bit width >= 65536. The actual failure occurs in the StringHeap class, which originally supported a maximum string length of 65535. This fix enables the StringHeap class to support any size string (provided the system has sufficient memory).