don't test BRAMSlave for now
This commit is contained in:
parent
8625f9ea0c
commit
9f7845f043
@ -568,8 +568,7 @@ class UnitTestSuite(implicit p: Parameters) extends GroundTest()(p) {
|
|||||||
Module(new TileLinkToSmiConverterTest),
|
Module(new TileLinkToSmiConverterTest),
|
||||||
Module(new AtosConverterTest),
|
Module(new AtosConverterTest),
|
||||||
Module(new NastiMemoryDemuxTest),
|
Module(new NastiMemoryDemuxTest),
|
||||||
Module(new HastiTest),
|
Module(new HastiTest))
|
||||||
Module(new BRAMSlaveTest))
|
|
||||||
|
|
||||||
val s_idle :: s_start :: s_wait :: Nil = Enum(Bits(), 3)
|
val s_idle :: s_start :: s_wait :: Nil = Enum(Bits(), 3)
|
||||||
val state = Reg(init = s_idle)
|
val state = Reg(init = s_idle)
|
||||||
|
Loading…
Reference in New Issue
Block a user