1
0

tilelink: add mask rom

This commit is contained in:
Yunsup Lee
2017-07-31 21:12:45 -07:00
parent 4b33249812
commit 6ef8ee5d4d
10 changed files with 312 additions and 55 deletions

View File

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