mirror of
https://github.com/verilator/verilator.git
synced 2026-08-31 18:14:33 +02:00
Fix rand_mode(0) on sub-object members not preventing solver write-back (#7272)
This commit is contained in:
@@ -632,6 +632,7 @@ bool VlRandomizer::parseSolution(std::iostream& os, bool log) {
|
||||
if (m_randmodep && !varr.randModeIdxNone()) {
|
||||
if (!m_randmodep->at(varr.randModeIdx())) continue;
|
||||
}
|
||||
if (m_disabledVars.count(name)) continue;
|
||||
if (!indices.empty()) {
|
||||
std::ostringstream oss;
|
||||
oss << varr.name();
|
||||
|
||||
Reference in New Issue
Block a user