fixing bufferless broadcast hub
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user