Skip to content

Commit

Permalink
remove L2 regressions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hcook committed Nov 20, 2016
1 parent 3f47d5b commit e687954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ endif

ifeq ($(SUITE),RocketSuite)
PROJECT=rocketchip
CONFIGS=DefaultConfig DefaultL2Config DefaultBufferlessConfig TinyConfig
CONFIGS=DefaultConfig DefaultBufferlessConfig TinyConfig
endif

ifeq ($(SUITE),GroundtestSuite)
PROJECT=groundtest
CONFIGS=MemtestConfig MemtestBufferlessConfig MemtestStatelessConfig FancyMemtestConfig \
BroadcastRegressionTestConfig BufferlessRegressionTestConfig CacheRegressionTestConfig \
ComparatorConfig ComparatorBufferlessConfig ComparatorL2Config ComparatorStatelessConfig
ComparatorConfig ComparatorBufferlessConfig ComparatorStatelessConfig
endif

ifeq ($(SUITE),UnittestSuite)
Expand Down

0 comments on commit e687954

Please sign in to comment.