Skip to content

Commit 25a6a40

Browse files
committed
Raise error if stop is used when targeting RTLIL
1 parent f17247a commit 25a6a40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/rtlil/lower.mbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ fn RTLILLowering::lower_stmt(
160160
},
161161
)
162162
}
163-
Stop(_) => ()
164163
_ =>
165164
raise Failure("Unsupported command '\{cmd.name()}' in RTLIL lowering")
166165
}

0 commit comments

Comments
 (0)