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