History log of /XiangShan/src/main/scala/xiangshan/backend/CtrlBlock.scala (Results 1 – 25 of 328)
Revision Date Author Comments
# bbb50258 25-Mar-2025 Tang Haojin <[email protected]>

fix(FusionDecoder): tie output to false when disabled (#4456)


# 62d7c919 20-Mar-2025 Guanghui Cheng <[email protected]>

fix(fusion): block fusion when trigger fire and exception happen (#4439)


# 961164a6 12-Mar-2025 Zhaoyang You <[email protected]>

fix(reidrectGen): fix redirectGen valid signal (#4392)


# a67fd0f5 28-Feb-2025 Guanghui Cheng <[email protected]>

fix(PFEvent): use `CSRModule` for distribute_csr in PFEvent (#4321)


# 914bbc86 20-Feb-2025 xiaofeibao-xjtu <[email protected]>

chore(dispatch): remove useless code and files (#4288)


# 7edcfc93 20-Feb-2025 Ziyue Zhang <[email protected]>

feat(busytable): support eliminate old vd in new dispatch (#4198)


# 3aa6fb4d 17-Jan-2025 xiaofeibao <[email protected]>

fix(snapshot): fix bug of snptSelect when only flag is diffrent form redirect robidx


# 51aa1b60 02-Jan-2025 xiaofeibao-xjtu <[email protected]>

fix(redirectGen): fix bug of csr's cfiUpdate (#4118)


# f7fe02a8 30-Dec-2024 junxiong-ji <[email protected]>

style(decode): add comments and small modification on code style (#3774)


# ea7e6d59 23-Dec-2024 xiaofeibao <[email protected]>

timing(vecExcpMod): add pipe from rab and rat's signals


# 8b33cd30 13-Dec-2024 klin02 <[email protected]>

feat(XSLog): move all XSLog outside WhenContext for collection

As data in WhenContext is not acessible in another module. To support
XSLog collection, we move all XSLog and related signal outside
Wh

feat(XSLog): move all XSLog outside WhenContext for collection

As data in WhenContext is not acessible in another module. To support
XSLog collection, we move all XSLog and related signal outside
WhenContext. For example, when(cond1){XSDebug(cond2, pable)} to
XSDebug(cond1 && cond2, pable)

show more ...


# fd448a9d 16-Dec-2024 chengguanghui <[email protected]>

area(trace, pcMem): Trace only get `startAddr` from pcmem


# 573366c7 15-Dec-2024 xiaofeibao <[email protected]>

fix(ctrlBlock): fix bug of useSnpt when only flag diffrence


# f56a77d4 11-Dec-2024 xiaofeibao <[email protected]>

fix(pcmem): add read target from newestEntryTarget


# 7da4513b 05-Dec-2024 xiaofeibao <[email protected]>

timing(redirectGen): fix timing of addr trans type exception


# 35b3b30b 04-Dec-2024 xiaofeibao <[email protected]>

timing(rob): enqRob pipe for better timing


# a2fa0ad9 02-Dec-2024 xiaofeibao <[email protected]>

area(backend): only use startAddr in pcMem


# 6dbc37d2 26-Nov-2024 xiaofeibao <[email protected]>

area(backend): remove memCtrl and disble mdp


# c37914a4 25-Nov-2024 xiaofeibao <[email protected]>

area(Backend): merge pcMem and pcTargetMem


# 0a7d1d5c 22-Nov-2024 xiaofeibao <[email protected]>

feat(backend): NewDispatch


# 8cbf000b 09-Dec-2024 chengguanghui <[email protected]>

fix(CSR, Trace): remove reg `isXRetFlag` in CSR

* remove useless reg `isXRetFlag` in CSR.scala
* fix update of itype for xret instruction


# 3ad9f3dd 05-Dec-2024 chengguanghui <[email protected]>

fix(trace): add pipe for traceCoreInterface in memblock and l2top


# c308d936 21-Nov-2024 chengguanghui <[email protected]>

fix(trace): remove traceTrap & tracePriv from trace pipeline


# 725e8ddc 19-Sep-2024 chengguanghui <[email protected]>

feat(trace): add TraceCoreInterface in top.


# 4907ec88 19-Sep-2024 chengguanghui <[email protected]>

feat(trace): add trace buffer.


12345678910>>...14