1
0
Fork 0

Revert "Disable AMBAUnitTestConfig, as it is blocking unrelated PRs"

This reverts commit 39b7e930ca.

Now that the RAMModel can properly tolerate overlapping responses
in the face of source reuse, we can re-enable the regression test.
This commit is contained in:
Wesley W. Terpstra 2017-08-07 16:04:02 -07:00
parent f8b45564d1
commit d5a135914b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ endif
ifeq ($(SUITE),UnittestSuite)
PROJECT=freechips.rocketchip.unittest
CONFIGS=TLSimpleUnitTestConfig TLWidthUnitTestConfig
CONFIGS=AMBAUnitTestConfig TLSimpleUnitTestConfig TLWidthUnitTestConfig
endif
ifeq ($(SUITE), JtagDtmSuite)