mirror of
https://github.com/verilator/verilator.git
synced 2025-05-01 13:06:56 +00:00
Fix unused variable in VL_READMEM_N (#2274)
This commit is contained in:
parent
77915f78db
commit
c96a43b452
@ -1901,7 +1901,6 @@ void VL_READMEM_N(bool hex, // Hex format, else binary
|
||||
QData start, // First array row address to read
|
||||
QData end // Last row address to read
|
||||
) VL_MT_SAFE {
|
||||
QData addr_max = array_lsb + depth - 1;
|
||||
if (start < static_cast<QData>(array_lsb)) start = array_lsb;
|
||||
|
||||
VlReadMem rmem(hex, bits, filename, start, end);
|
||||
|
Loading…
Reference in New Issue
Block a user