renamed classes to BoomRocket to clarify | clearer comments | readd the bmark timeout

This commit is contained in:
abejgonzalez
2019-05-27 17:21:19 -07:00
parent c19855bfa6
commit ee62fa8bac
5 changed files with 84 additions and 83 deletions

View File

@@ -29,14 +29,14 @@ SUB_PROJECT ?= example
ifeq ($(SUB_PROJECT),example)
SBT_PROJECT ?= example
MODEL ?= BoomAndRocketTestHarness
MODEL ?= BoomRocketTestHarness
VLOG_MODEL ?= TestHarness
MODEL_PACKAGE ?= $(SBT_PROJECT)
CONFIG ?= DefaultRocketConfig
CONFIG_PACKAGE ?= $(SBT_PROJECT)
GENERATOR_PACKAGE ?= $(SBT_PROJECT)
TB ?= TestDriver
TOP ?= BoomAndRocketTop
TOP ?= BoomRocketTop
endif
# for BOOM developers
ifeq ($(SUB_PROJECT),boom)
@@ -162,3 +162,4 @@ sim_vsrcs = \
# assembly/benchmark variables
#########################################################################################
timeout_cycles = 10000000
bmark_timeout_cycles = 100000000