Support --timing triggers for virtual interfaces (#4673)

This commit is contained in:
Krzysztof Bieganski
2023-12-04 22:11:07 -05:00
committed by GitHub
parent 5d99534d54
commit ea2084392f
35 changed files with 944 additions and 27 deletions
+1 -1
View File
@@ -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");