summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3
diff options
context:
space:
mode:
authorJim Lawson2016-08-29 17:04:51 -0700
committerJim Lawson2016-08-29 17:04:51 -0700
commit1973e4d7333e2c57be4bcb7204210ecafdacab93 (patch)
tree9752427bbfa2487dc6250cfb0d2aa8b952c3d24a /src/main/scala/chisel3
parent62817134d222747f1eab34626fe7b1bb13b9f6df (diff)
Check module-specific compile options.
Import chisel3.NotStrict.CompileOptions in Chisel package. Add CompileOptions tests.
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 35c44330..8524ea2a 100644
--- a/src/main/scala/chisel3/compatibility.scala
+++ b/src/main/scala/chisel3/compatibility.scala
@@ -4,6 +4,7 @@
// moving to the more standard package naming convention chisel3 (lowercase c).
package object Chisel { // scalastyle:ignore package.object.name
+ import chisel3.NotStrict.CompileOptions
type Direction = chisel3.core.Direction
val INPUT = chisel3.core.Direction.Input
val OUTPUT = chisel3.core.Direction.Output