qSpi使用不同边沿采样

This commit is contained in:
RuigeLee
2025-09-18 15:23:11 +08:00
parent cb0423e5ed
commit a70cfbce8f
2 changed files with 20 additions and 8 deletions

View File

@@ -222,8 +222,8 @@ abstract class InterfaceBase extends Module with RequireAsyncReset{
val io: InterfaceIO = IO(new InterfaceIO)
val oSpi = Module(new SSpiInterface)
val oQSpi = Module(new QSpiInterface)
val iQSpi = Module(new QSpiInterface)
val oQSpi = Module(new QSpiInterface(true))
val iQSpi = Module(new QSpiInterface(false))
val aQSpi = Module(new SyncQSpiInterface)
io.ospi <> oSpi.spi