mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 10:48:27 +02:00
Support --timing triggers for virtual interfaces (#4673)
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ public:
|
||||
UINFO(6, "New vertex " << vscp << endl);
|
||||
vVtxp = new GateVarVertex{this, vscp};
|
||||
vscp->user1p(vVtxp);
|
||||
if (vscp->varp()->isUsedVirtIface()) {
|
||||
if (vscp->varp()->sensIfacep()) {
|
||||
// Can be used in a class method, which cannot be tracked statically
|
||||
vVtxp->clearReducibleAndDedupable("VirtIface");
|
||||
vVtxp->setConsumed("VirtIface");
|
||||
|
||||
Reference in New Issue
Block a user