From 9f7845f043048d4b0fed8c61eb8e33a856729efa Mon Sep 17 00:00:00 2001 From: Howard Mao Date: Wed, 6 Jul 2016 15:12:02 -0700 Subject: [PATCH] don't test BRAMSlave for now --- groundtest/src/main/scala/unittest.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/groundtest/src/main/scala/unittest.scala b/groundtest/src/main/scala/unittest.scala index 272caf5a..4950d212 100644 --- a/groundtest/src/main/scala/unittest.scala +++ b/groundtest/src/main/scala/unittest.scala @@ -568,8 +568,7 @@ class UnitTestSuite(implicit p: Parameters) extends GroundTest()(p) { Module(new TileLinkToSmiConverterTest), Module(new AtosConverterTest), Module(new NastiMemoryDemuxTest), - Module(new HastiTest), - Module(new BRAMSlaveTest)) + Module(new HastiTest)) val s_idle :: s_start :: s_wait :: Nil = Enum(Bits(), 3) val state = Reg(init = s_idle)