Skip to content

Releases: YifanRuan/Arch-2022Spring-FDU

v0.4

12 Jun 21:34
Compare
Choose a tag to compare

lab4

new:

  • support privilege mode
  • add csr and mode register
  • add error and interrupt support

updates:

  • optimize forward route

TODO:

  • optimize pipeline forward cpi
  • optimize branch prediction

v0.3

22 May 08:39
Compare
Choose a tag to compare

lab3

updates:

  • 4 associativities, 4 sets cache support

  • add rv64im support, use DSP for multiplication

  • optimize performances and get good scores on several benchmarks

TODO:

  • optimize pipeline forward to support higher clock frequency

v0.2

24 Apr 14:33
Compare
Choose a tag to compare

lab2

updates:

  • support random memory read/write delay
  • support nearly all instructions of rv64i
  • support memory alignment

v0.1

22 Apr 10:20
Compare
Choose a tag to compare

lab1

5-stage pipelined RISC-V64 processor with hazard module

limit support on rv64i

no forward module