1
0

use Wesley's test SRAM for AXI -> AHB converter test

This commit is contained in:
Howard Mao 2016-06-01 11:40:59 -07:00
parent 8f269b2eec
commit a917f554fd

View File

@ -77,7 +77,7 @@ class HastiTestDriver(implicit p: Parameters) extends NastiModule {
}
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 conv = Module(new HastiMasterIONastiIOConverter)
val driver = Module(new HastiTestDriver)