Skip to content

Commit 6e4db92

Browse files
committed
add support for DomainDefineOp
1 parent 19e552b commit 6e4db92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Dialect/FIRRTL/Transforms/InferWidths_new.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,8 +1973,8 @@ LogicalResult InferenceMapping::extractConstraints(Operation *op) {
19731973
})
19741974

19751975
// Handle the no-ops that don't interact with width inference.
1976-
.Case<PrintFOp, FFlushOp, SkipOp, StopOp, WhenOp, AssertOp, AssumeOp,
1977-
UnclockedAssumeIntrinsicOp, CoverOp>([&](auto) {})
1976+
.Case<AssertOp, AssumeOp, CoverOp, DomainDefineOp, FFlushOp, PrintFOp,
1977+
SkipOp, StopOp, UnclockedAssumeIntrinsicOp, WhenOp>([&](auto) {})
19781978

19791979
// Handle instances of other modules.
19801980
.Case<InstanceOp>([&](auto op) {

0 commit comments

Comments
 (0)