diff options
| author | Andrew Waterman | 2016-10-05 14:16:13 -0700 |
|---|---|---|
| committer | Andrew Waterman | 2016-10-05 16:04:45 -0700 |
| commit | a18002c879d14b6c51cd49311a3b2a99a6a204fc (patch) | |
| tree | 1954d414a3f5e274edb429c9d9c9186cfd8438f7 /src/test/scala/chiselTests | |
| parent | 0878b7a7d30038797e3711ad2d44ab0bc753bab1 (diff) | |
Give <> and := legacy behavior in compatibility mode
Diffstat (limited to 'src/test/scala/chiselTests')
| -rw-r--r-- | src/test/scala/chiselTests/CompileOptionsTest.scala | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/scala/chiselTests/CompileOptionsTest.scala b/src/test/scala/chiselTests/CompileOptionsTest.scala index 66a9dcc0..57ceff3f 100644 --- a/src/test/scala/chiselTests/CompileOptionsTest.scala +++ b/src/test/scala/chiselTests/CompileOptionsTest.scala @@ -23,6 +23,7 @@ class CompileOptionsSpec extends ChiselFlatSpec { val dontTryConnectionsSwapped = true val dontAssumeDirectionality = true val deprecateOldDirectionMethods = true + val checkSynthesizable = true } class SmallBundle extends Bundle { @@ -267,6 +268,7 @@ class CompileOptionsSpec extends ChiselFlatSpec { val dontTryConnectionsSwapped = true val dontAssumeDirectionality = true val deprecateOldDirectionMethods = false + val checkSynthesizable = true } } |
