iverilog/libmisc
Martin Whitaker 7b372c3a0c Fix for GitHub issue #162 : very wide busses cause assertion failure.
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).

(cherry picked from commit c855b8926e)
2017-09-11 22:29:30 +01:00
..
LineInfo.cc Copy constructor for LineInfo. 2015-05-19 22:40:56 +02:00
LineInfo.h Copy constructor for LineInfo. 2015-05-19 22:40:56 +02:00
StringHeap.cc Fix for GitHub issue #162 : very wide busses cause assertion failure. 2017-09-11 22:29:30 +01:00
StringHeap.h Fix for GitHub issue #162 : very wide busses cause assertion failure. 2017-09-11 22:29:30 +01:00