修复微调方向

This commit is contained in:
RuigeLee
2025-09-17 17:29:19 +08:00
parent aa28113c07
commit 759218b570

View File

@@ -945,8 +945,8 @@ trait SlaveParserSync{ this: SlaveParserBase =>
( isDownRecPing & downSubMsgHeadInfo(0).devIndex === 0.U & downSubMsgHeadInfo(0).operator === SUBMSG_OPERATOR_SYNCA ) |
( ~isDownRecPing & downSubMsgHeadInfo(1).devIndex === 0.U & downSubMsgHeadInfo(1).operator === SUBMSG_OPERATOR_SYNCA )
){
addr64_op1 := deltaFinal //组合逻辑
addr64_op2 := subOp2(deltaFinalPre) //组合逻辑
addr64_op1 := deltaFinalPre //组合逻辑
addr64_op2 := subOp2(deltaFinal) //组合逻辑
addrConflict(4) := true.B //组合逻辑
deltaFinal := MuxCase( deltaFinalPre, Seq( //时序逻辑
( addr64_res.asSInt < -10.S ) -> ( deltaFinal - 10.U ),