mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 00:41:39 +02:00
Internals: Refactor to create VCMethod (#3715). No functional change intended.
This commit is contained in:
@@ -488,8 +488,8 @@ private:
|
||||
}
|
||||
void visit(AstCMethodHard* nodep) override {
|
||||
VL_RESTORER(m_dynsizedelem);
|
||||
if (nodep->name() == "atWrite" || nodep->name() == "atWriteAppend"
|
||||
|| nodep->name() == "at")
|
||||
if (nodep->method() == VCMethod::ARRAY_AT || nodep->method() == VCMethod::ARRAY_AT_WRITE
|
||||
|| nodep->method() == VCMethod::DYN_AT_WRITE_APPEND)
|
||||
m_dynsizedelem = true;
|
||||
iterateChildren(nodep);
|
||||
editDType(nodep);
|
||||
|
||||
Reference in New Issue
Block a user