summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/scala/chisel/compatibility.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/scala/chisel/compatibility.scala b/src/main/scala/chisel/compatibility.scala
index 56088562..af5daef7 100644
--- a/src/main/scala/chisel/compatibility.scala
+++ b/src/main/scala/chisel/compatibility.scala
@@ -22,6 +22,7 @@ package object Chisel {
type Bundle = chisel.core.Bundle
val assert = chisel.core.assert
+ val stop = chisel.core.stop
type Element = chisel.core.Element
type Bits = chisel.core.Bits