Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-10 | 0 | 0 | 1 | 8 | 7 |
| 2026-09-09 | 5 | 7 | 1 | 10 | 114 |
| 2026-09-08 | 1 | 2 | 0 | 0 | 0 |
| 2026-09-07 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-06 | 5 | 1 | 0 | 0 | 0 |
| 2026-09-05 | 2 | 0 | 0 | 0 | 0 |
| 2026-09-04 | 3 | 4 | 0 | 0 | 0 |
| 2026-09-03 | 1 | 0 | 0 | 0 | 0 |
| 2026-09-02 | 2 | 6 | 0 | 0 | 0 |
| 2026-09-01 | 7 | 2 | 0 | 0 | 0 |
| 2026-08-31 | 0 | 1 | 0 | 0 | 0 |
| 2026-08-30 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-29 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-28 | 0 | 0 | 0 | 0 | 0 |
Opened: 16
Closed: 14
Comments: 2
Events: 18
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#6527 `fcvt.d.w` (int32→float64) spuriously raises the invalid (`NV`) fflag — kunminghu-v3 Opened 1 day ago | wndmll643 | open | type: bug/confirmed module: backend | 3 | 0 | 12 hours ago |
#6536 `vmadc.vi` zeroes mask-destination tail bits Opened 1 day ago | lhb-sec | open | type: bug/reported module: backend version: kunminghu-v3 | 0 | 0 | 12 hours ago |
#6407 Vector load doesn't trigger illegal instruction trap when VSEW is invalid Opened 17 days ago | kds1123001 | closed - completed | type: bug/invalid module: vector version: kunminghu-v2 | 3 | 0 | 22 hours ago |
#6528 Single-precision FP op reads an improperly NaN-boxed source register as raw bits instead of the canonical NaN — kunminghu-v3 Opened 1 day ago | wndmll643 | open | type: bug/confirmed module: backend | 1 | 0 | 1 day ago |
#6427 TopDownCounters object refactoring thoughts Opened 15 days ago | eastonman | open | topic: code quality topic: verification | 5 | 1 | 1 day ago |
#6526 LoadQueueRAWSize default (56) violates its own documented power-of-2 constraint Opened 1 day ago | aphlta | closed - completed | No labels | 1 | 0 | 1 day ago |
#6525 [Bug] NewLoadUnit S2 prefetchTrain.valid is not gated by kill Opened 1 day ago | kaituo-crypto | open | type: bug/confirmed module: memory | 1 | 0 | 1 day ago |
#6501 [Bug] `csrw minstret, X` followed by `csrr` reads X+1: the writing instruction's own retirement is added after the write Opened 4 days ago | oChunCai | open | type: bug/reported module: unknown | 2 | 0 | 1 day ago |
#6268 L1 DCache assertion: "failed too many SCs in a row, resv set addr always match" Opened 2 months ago | lhb-sec | closed - completed | type: bug/reported module: unknown | 2 | 0 | 1 day ago |
#6068 WFI does not resume execution when some interrupts become pending Opened 3 months ago | maplejty814 | closed - completed | type: bug/reported module: unknown | 2 | 0 | 1 day ago |
#6059 PTWFilterEntry: `inflight_counter` bit-width too small (use log2Up(Size+1) not log2Up(Size)) Opened 3 months ago | LeeHaofeng | closed - completed | type: bug/reported module: unknown | 2 | 0 | 1 day ago |
#5943 Incorrect `mtval` for faulting `vsse16.v` on kunminghu-v2 Opened 4 months ago | youzi27 | open | type: bug/confirmed module: unknown version: kunminghu-v2 | 5 | 0 | 1 day ago |
#6419 [Bug] dcsr.stopcount=1 does not stop minstret/mcycle in Debug Mode; only the instret/cycle read values are frozen Opened 16 days ago | oChunCai | closed - completed | type: bug/confirmed type: feature/planned module: backend | 1 | 0 | 1 day ago |
#6502 [Bug] With mnstatus.NMIE=0, a delegated S/U-mode exception becomes a critical error (hart stops) instead of trapping to stvec Opened 4 days ago | oChunCai | closed - completed | type: bug/confirmed type: feature/planned module: backend | 1 | 0 | 1 day ago |
#6497 mip.LCOFIP counter-overflow request is dropped when it coincides with a CSR write to mip/sip (mhpmevent.OF=1 but LCOFIP never set) Opened 5 days ago | oChunCai | open | type: bug/confirmed module: backend | 6 | 0 | 2 days ago |
#6516 Scalar FP conversions (`fcvt.s.l`, `fcvt.lu.s`, …) do not raise the inexact (`NX`) fflag when the conversion rounds — kunminghu-v3 Opened 2 days ago | wndmll643 | closed - completed | type: bug/confirmed module: backend | 2 | 0 | 2 days ago |
#6467 StoreQueue `deqPtr > rdataPtr` assertion fails at the physical-queue wrap boundary under vector stores Opened 8 days ago | wndmll643 | closed - completed | type: bug/reported module: memory module: vector | 2 | 0 | 2 days ago |
#6504 Single step: trigger at the branch target fires during the step (dcsr.cause=2 instead of 4) Opened 4 days ago | oChunCai | closed - completed | type: bug/invalid module: backend | 1 | 0 | 3 days ago |
#6500 WFI woken by an interrupt: if the next instruction is a load/store/CSR/fence it executes before the trap is taken (mepc = wfi+6/+8 instead of wfi+4) Opened 4 days ago | oChunCai | open | type: bug/reported module: backend | 1 | 0 | 3 days ago |
#6505 haltreq / resethaltreq out of reset: no dedicated halt path, hart may commit instructions before entering Debug Mode Opened 4 days ago | oChunCai | open | type: bug/reported module: backend | 1 | 0 | 3 days ago |
#6498 Misaligned load/store whose second half crosses into the non-canonical Sv39/Sv48 hole is not page-faulted; the high half aliases to the upper-half mapping Opened 5 days ago | oChunCai | open | type: bug/confirmed module: memory | 2 | 0 | 3 days ago |
#6214 Pointer masking not applied to debug address-trigger comparison (MemTrigger compares raw vaddr) Opened 2 months ago | maplejty814 | open | type: bug/reported module: unknown | 2 | 0 | 4 days ago |
#6420 CBO store triggers drop `mcontrol6.match` (block-index EQ only; `GE`/`LT` broken) Opened 16 days ago | oChunCai | closed - completed | type: bug/reported module: backend | 2 | 0 | 4 days ago |
#6481 [Bug][Frontend] A return target misprediction no longer reaches BPU training after #6112 Opened 7 days ago | dreamqin68 | open | type: bug/reported module: frontend | 4 | 0 | 6 days ago |
#5919 Reserved `vmv<nr>r.v` encodings are executed instead of being rejected Opened 4 months ago | youzi27 | open | module: vector type: bug/WIP feature version: kunminghu-v3 | 1 | 0 | 6 days ago |