1
0

fixing bufferless broadcast hub

This commit is contained in:
Howard Mao
2016-07-04 17:07:58 -07:00
parent af51b6f363
commit c924ec2a22
5 changed files with 27 additions and 8 deletions

View File

@ -44,13 +44,14 @@ $(error Set SUITE to the regression suite you want to run)
endif
ifeq ($(SUITE),RocketSuite)
CONFIGS=DefaultConfig DefaultL2Config RoccExampleConfig SplitL2MetadataTestConfig
CONFIGS=DefaultConfig DefaultL2Config DefaultBufferlessConfig RoccExampleConfig
endif
ifeq ($(SUITE),GroundtestSuite)
CONFIGS=MemtestConfig FancyMemtestConfig \
BroadcastRegressionTestConfig CacheRegressionTestConfig \
ComparatorConfig ComparatorL2Config UnitTestConfig
CONFIGS=MemtestConfig MemtestBufferlessConfig FancyMemtestConfig \
BroadcastRegressionTestConfig BufferlessRegressionTestConfig CacheRegressionTestConfig \
ComparatorConfig ComparatorBufferlessConfig ComparatorL2Config \
UnitTestConfig
endif
# These are the named regression targets. While it's expected you run them in