1
0

Provide a GeneratorApp object per user package. Extract RocketTestSuite from coreplex into rocketchip and provide GeneratorApp defaults for other target packages.

This commit is contained in:
Henry Cook
2016-09-22 15:59:29 -07:00
parent 83c08a931d
commit 411ee378de
9 changed files with 10 additions and 25 deletions

View File

@ -60,7 +60,7 @@ trait HasGeneratorUtilities {
/** Standardized command line interface for Scala entry point */
trait Generator extends App with HasGeneratorUtilities {
trait GeneratorApp extends App with HasGeneratorUtilities {
lazy val names: ParsedInputNames = {
require(args.size == 5, "Usage: sbt> " +
"run TargetDir TopModuleProjectName TopModuleName " +