Merge pull request #215 from ucb-bar/dev-tracegen

Add TraceGen project
This commit is contained in:
Howard Mao
2019-08-31 05:21:51 +08:00
committed by GitHub
12 changed files with 323 additions and 15 deletions

View File

@@ -38,6 +38,17 @@ ifeq ($(SUB_PROJECT),example)
TB ?= TestDriver
TOP ?= Top
endif
ifeq ($(SUB_PROJECT),tracegen)
SBT_PROJECT ?= tracegen
MODEL ?= TestHarness
VLOG_MODEL ?= $(MODEL)
MODEL_PACKAGE ?= $(SBT_PROJECT)
CONFIG ?= TraceGenConfig
CONFIG_PACKAGE ?= $(SBT_PROJECT)
GENERATOR_PACKAGE ?= $(SBT_PROJECT)
TB ?= TestDriver
TOP ?= TraceGenSystem
endif
# for Rocket-chip developers
ifeq ($(SUB_PROJECT),rocketchip)
SBT_PROJECT ?= rocketchip