fix(redirectGen): fix bug of csr's cfiUpdate (#4118)
timing(redirectGen): fix timing of addr trans type exception
perf(ssit): allocate upon the first violationCo-authored-by: weidingliu
MemCtrl: disble mdp for better performance
Redirect fix timing (#3209)
Merge remote-tracking branch 'ssh_upstream/master' into tmp-master
Backend: add clock gating to valid singal
Backend: add ren signal to SyncDataModuleTemplate
stIn: connect missing wire
Backend: fix load replay next inst* fix the situation that load violation not flush itself
MemBlock: fix the order of tlb ports of mem exus* The mem exu ord should as follows, * load * hybrid load part(if exists) * store addr * store data * hybrid store part* TODO: refactor th
MemBlock: fix the order of tlb ports of mem exus* The mem exu ord should as follows, * load * hybrid load part(if exists) * store addr * store data * hybrid store part* TODO: refactor the fxxking port connections using indexes-independent method
show more ...
Backend: add en to RegNext
CtrlBlock: add en to RegNext
add hybrid unit
fix merge errors
fix merge error
fix errors in merge master into new-backend
backend: refactor* Prepare for merge master
CtrlBlock: fix a bug of walkVType
backend: refactor vset and add rab support
isa-riscv,vector: add bundles and convert function* Add class VType, VConfig* Add object VSew, VLmul
add vset supportCo-authored-by: zhanglyGit <[email protected]>Co-authored-by: Xuan Hu <[email protected]>
backend: fix merge master error
backend: merge v2backend into backend
backend: add load inst support
12