From d5a135914bd662d60722f802a9073af0a9f28d23 Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" Date: Mon, 7 Aug 2017 16:04:02 -0700 Subject: [PATCH] Revert "Disable AMBAUnitTestConfig, as it is blocking unrelated PRs" This reverts commit 39b7e930ca87ecfa1981bc3e680b7b31ae032869. Now that the RAMModel can properly tolerate overlapping responses in the face of source reuse, we can re-enable the regression test. --- regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression/Makefile b/regression/Makefile index 7c42bc92..6c011f92 100644 --- a/regression/Makefile +++ b/regression/Makefile @@ -58,7 +58,7 @@ endif ifeq ($(SUITE),UnittestSuite) PROJECT=freechips.rocketchip.unittest -CONFIGS=TLSimpleUnitTestConfig TLWidthUnitTestConfig +CONFIGS=AMBAUnitTestConfig TLSimpleUnitTestConfig TLWidthUnitTestConfig endif ifeq ($(SUITE), JtagDtmSuite)