mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
Deprecate sensitivity list on public_flat_rw attributes (#6443)
These are no longer required for correct scheduling. They are still accepted for backward compatibility, but have no effect on simulation and are dropped in the front-end. Also removed the then redundant AstAlwaysPublic class. Fixes #6442
This commit is contained in:
@@ -258,7 +258,6 @@ class GateBuildVisitor final : public VNVisitorConst {
|
||||
iterateChildrenConst(nodep);
|
||||
}
|
||||
|
||||
void visit(AstAlwaysPublic* nodep) override { iterateLogic(nodep, true, "AlwaysPublic"); }
|
||||
void visit(AstCFunc* nodep) override { //
|
||||
iterateLogic(nodep, nodep->slow(), "C Function", "C Function");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user