diff options
| author | jackkoenig | 2016-04-20 22:52:05 -0700 |
|---|---|---|
| committer | jackkoenig | 2016-04-20 22:52:05 -0700 |
| commit | d405203944b3a4c7b58a313c78268efc55899268 (patch) | |
| tree | e1da9afc0765d140ef54d8f4ffeeadb42516cc98 /src/test/scala/firrtlTests/FirrtlSpec.scala | |
| parent | 13cc1589945a3c2b6e07a6db180f2e6ec64ac226 (diff) | |
Add tests for CHIRRTL mem port definitions.
Including using different clocks and ports defined in when scope.
Diffstat (limited to 'src/test/scala/firrtlTests/FirrtlSpec.scala')
| -rw-r--r-- | src/test/scala/firrtlTests/FirrtlSpec.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/FirrtlSpec.scala b/src/test/scala/firrtlTests/FirrtlSpec.scala index 0793cb8a..930100b3 100644 --- a/src/test/scala/firrtlTests/FirrtlSpec.scala +++ b/src/test/scala/firrtlTests/FirrtlSpec.scala @@ -148,5 +148,5 @@ trait FirrtlRunners extends BackendCompilationUtilities { class FirrtlPropSpec extends PropSpec with PropertyChecks with FirrtlRunners -class FirrtlFlatSpec extends FlatSpec with Matchers +class FirrtlFlatSpec extends FlatSpec with Matchers with FirrtlRunners |
