summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/compatibility.scala
diff options
context:
space:
mode:
authorJim Lawson2016-06-24 16:10:38 -0700
committerJim Lawson2016-06-24 16:10:38 -0700
commit3c6cf9dfd546332b90c43ede0e2e2f85a90bc54d (patch)
tree69e329f3fcf427e4786e0e9bde43b98d75564be5 /src/main/scala/chisel3/compatibility.scala
parent47a8b0c8318a3bfe6e86da3398cd67dbfadd8758 (diff)
parent2e9b41cafe9158f20ecb03ae9eabecb82e557829 (diff)
Merge branch 'master' into renamechisel3
Diffstat (limited to 'src/main/scala/chisel3/compatibility.scala')
-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