添加分频io

This commit is contained in:
RuigeLee
2025-09-11 15:50:38 +08:00
parent d6ca17c75d
commit f42c9044d8
3 changed files with 8 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ class TopBase_IO_Bundle extends Bundle{
val ldo1p1 = Output(UInt(8.W))
val refTop = Output(UInt(3.W))
val bias = Output(UInt(2.W))
val div4 = Output(UInt(4.W))
val spiSel = Output(UInt(2.W))
val isPllCfg = Output(Bool())
@@ -108,6 +109,7 @@ abstract class MstSlvSwitchBase extends Module with RequireAsyncReset{
io.ldo1p1 := interface.io.cReg.ldo1p1
io.refTop := interface.io.cReg.refTop
io.bias := interface.io.cReg.bias
io.div4 := interface.io.cReg.div4
io.spiSel := interface.io.cReg.spiSel
io.isPllCfg := interface.io.isPllCfg