Skip to content

roq, icache, storeUnit, emu, dtlb: bug fixes#327

Merged
poemonsense merged 14 commits intomasterfrom
debian-gogogo
Dec 17, 2020
Merged

roq, icache, storeUnit, emu, dtlb: bug fixes#327
poemonsense merged 14 commits intomasterfrom
debian-gogogo

Conversation

@fwzhang
Copy link
Copy Markdown
Contributor

@fwzhang fwzhang commented Dec 16, 2020

fix ROQ

@poemonsense poemonsense changed the title Debian gogogo roq, icache: bug fixes Dec 16, 2020
@poemonsense poemonsense changed the title roq, icache: bug fixes roq, icache, storeUnit, emu: bug fixes Dec 16, 2020
@poemonsense poemonsense changed the title roq, icache, storeUnit, emu: bug fixes roq, icache, storeUnit, emu, dtlb: bug fixes Dec 17, 2020
@poemonsense poemonsense merged commit bfa46a8 into master Dec 17, 2020
@poemonsense poemonsense deleted the debian-gogogo branch December 17, 2020 03:51
linjuanZ added a commit that referenced this pull request Jan 16, 2025
* CoupledL2 commit: eeaef66

Including:
    * fix(TXDAT, RXDAT, MMIOBridge): DataCheck uses odd parity, and
      support NC (#329)
    * feat: add Issue C (#333)
    * feat(l2hint): optimal CustomL1Hint to improve l2hint accuracy
      (#319)
    * fix(TXDAT): fix incorrect assignment of CCID (#330)
    * fix(MSHR): retry immutability for Release transactions (#328)
    * fix(MSHR): consider WriteEvict* as nested write back (#327)
    * fix(MSHR): always update meta on ProbeAck TtoB under
      ```cbo.clean``` (#325)
    * timing(Slice, BOP): avoid timing path from SRAM to ICG (#321)
    * SnpStash should probe L1 when L2 cache state is TRUNK (#326)
    * fix(MSHR): meta write on SnpCleanShared derived Probe toT (#320)
    * feat(MSHR, MainPipe): support SnpQuery for Issue E.b (#323)
    * fix(workflow): tar up test results on CI failure (#322)
    * fix(MSHR): TgtID selection for CompAck of WriteEvictOrEvict (#316)
    * fix(MSHR): wrongly retried as WriteEvictOrEvict on CMO release
      (#317)
    * submodule(Huancun): bump Huancun
    * feat(TopDown): add l2Miss IO for Top-Down
    * style(Message): more robust issue isolation (#315)
    * feat(MSHR): support WriteEvictOrEvict on eviction (#311)
    * fix(MSHR): always clear meta.dirty on CMO Release (#313)

==========

* OpenLLC commit: 0b536490d32657ce4db941dde08fa000699543e8

Including:
    * submodule(CoupledL2): bump CoupledL2 (#36)
    * feat: add Issue C (#35)
    * submodule(CoupledL2): bump CoupledL2 (#34)
    * fix(RefillUnit): modify cancel condition for refillEntry (#33)
    * feat(TopDown): add l3Miss IO for Top-Down  (#32)
    * style: more robust issue isolation (#31)
    * submodule(coupledL2): bump coupledL2
    * feat(MainPipe, ResponseUnit): support WriteEvictOrEvict
      transaction (#30)
Frankslu pushed a commit that referenced this pull request Jan 14, 2026
* For **```WriteEvictFull```** and **```WriteEvictOrEvict```**, there is
  no **silent eviction** path as **```Evict```**. So the initial state
  of **```WriteEvictFull```** and **```WriteEvictOrEvict```** was never
  allowed to be ```I```, and the cache state transition must no be done
  before any WriteData response. Hence, **```WriteEvictFull```** and
  **```WriteEvictOrEvict```** must be nested by snoops just like
  **```WriteBackFull```**.
* Distinguishing **```WriteEvictFull```** and
  **```WriteEvictOrEvict```** from **```WriteBackFull```** for
  correcting ```PassDirty``` field implementation of nested snoops.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants