use Wesley's test SRAM for AXI -> AHB converter test
This commit is contained in:
parent
8f269b2eec
commit
a917f554fd
@ -77,7 +77,7 @@ class HastiTestDriver(implicit p: Parameters) extends NastiModule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class HastiTest(implicit p: Parameters) extends UnitTest {
|
class HastiTest(implicit p: Parameters) extends UnitTest {
|
||||||
val sram = Module(new HastiRAM(8))
|
val sram = Module(new HastiTestSRAM(8))
|
||||||
val bus = Module(new HastiBus(Seq(a => Bool(true))))
|
val bus = Module(new HastiBus(Seq(a => Bool(true))))
|
||||||
val conv = Module(new HastiMasterIONastiIOConverter)
|
val conv = Module(new HastiMasterIONastiIOConverter)
|
||||||
val driver = Module(new HastiTestDriver)
|
val driver = Module(new HastiTestDriver)
|
||||||
|
Loading…
Reference in New Issue
Block a user