Help people who want to run tests (#50)

* Help people who want to run tests

* Include generated makefrags for simulation
This commit is contained in:
Colin Schmidt
2019-03-11 11:26:27 -07:00
committed by GitHub
parent 0b7f7b43bc
commit 17c38a502a
3 changed files with 7 additions and 0 deletions

View File

@@ -39,5 +39,6 @@ object Generator extends GeneratorApp {
val longName = names.topModuleProject + "." + names.topModuleClass + "." + names.configs
generateFirrtl
generateAnno
generateTestSuiteMakefrags
generateArtefacts
}