1
0

don't test BRAMSlave for now

This commit is contained in:
Howard Mao 2016-07-06 15:12:02 -07:00
parent 8625f9ea0c
commit 9f7845f043

View File

@ -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)