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

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