1
0

generator: create annotation file

This commit is contained in:
Wesley W. Terpstra
2017-10-10 23:23:06 -07:00
parent 75345b6048
commit 5d62c321f4
4 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,7 @@ package freechips.rocketchip.unittest
object Generator extends freechips.rocketchip.util.GeneratorApp {
val longName = names.topModuleProject + "." + names.configs
generateFirrtl
generateAnno
generateTestSuiteMakefrags // TODO: Needed only for legacy make targets
generateArtefacts
}