修复语法错误
This commit is contained in:
@@ -298,15 +298,6 @@ abstract class InterfaceBase extends Module with RequireAsyncReset{
|
||||
(addr === ("h48".U(16.W) + i.U) ) -> cReg.xtal( 8*i+7,8*i+0 )
|
||||
}) ++
|
||||
|
||||
|
||||
((0 until 2).map{ i =>
|
||||
(addr === ("h4c".U(16.W) + i.U) ) -> cReg.b8b4Sel( 8*i+7,8*i+0 )
|
||||
}) ++
|
||||
|
||||
((0 until 2).map{ i =>
|
||||
(addr === ("h4e".U(16.W) + i.U) ) -> cReg.cdrParam( 8*i+7,8*i+0 )
|
||||
}) ++
|
||||
|
||||
Seq(
|
||||
(addr === "h4a".U ) -> cReg.dwupEx,
|
||||
(addr === "h4c".U ) -> cReg.b8b4Sel,
|
||||
|
||||
Reference in New Issue
Block a user