Merge pull request #211 from ucb-bar/clean_configs

Cleanup configs | take ownership of Heterogeneous subsystem | improve verilator compile time
This commit is contained in:
Howard Mao
2019-08-31 05:00:29 +08:00
committed by GitHub
22 changed files with 473 additions and 484 deletions

View File

@@ -32,11 +32,11 @@ ifeq ($(SUB_PROJECT),example)
MODEL ?= TestHarness
VLOG_MODEL ?= TestHarness
MODEL_PACKAGE ?= $(SBT_PROJECT)
CONFIG ?= DefaultRocketConfig
CONFIG ?= RocketConfig
CONFIG_PACKAGE ?= $(SBT_PROJECT)
GENERATOR_PACKAGE ?= $(SBT_PROJECT)
TB ?= TestDriver
TOP ?= BoomRocketTop
TOP ?= Top
endif
# for Rocket-chip developers
ifeq ($(SUB_PROJECT),rocketchip)