Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 353 Bytes

TODO.txt

File metadata and controls

18 lines (13 loc) · 353 Bytes

-*- mode:org -*-

Cycle stealing

Fix double cache write on I-cache miss & D-cache miss overlap

misc

Rename doneM

Changes

dma.v

  • Added port doneM, renamed READ -> WRITE
  • Cycle stealing: disable BR for just 1 cycle

hazard_unit.v

  • Added port dma_begin, dma_end

cache.v

  • Add !bus_granted for readM and writeM