mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 06:53:38 +02:00
Internals: Rename AstSenTree pointers to sentreep. No functional change intended except JSON.
This commit is contained in:
@@ -127,7 +127,7 @@ class DfgToAstVisitor final : DfgVisitor {
|
||||
AstSenTree* const senTreep
|
||||
= new AstSenTree{flp, new AstSenItem{flp, AstSenItem::Combo{}}};
|
||||
AstActive* const activep = new AstActive{flp, "", senTreep};
|
||||
activep->sensesStorep(senTreep);
|
||||
activep->senTreeStorep(senTreep);
|
||||
scopep->addBlocksp(activep);
|
||||
scopep->user2p(activep);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user