mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
updated anchors and autofiller
This commit is contained in:
@@ -31,10 +31,10 @@ class CPU extends Module {
|
||||
val clint = Module(new CLINT)
|
||||
val csr_regs = Module(new CSR)
|
||||
|
||||
// Lab3(Flush)
|
||||
// Lab3(ThreeStage)
|
||||
if2id.io.flush := false.B
|
||||
id2ex.io.flush := false.B
|
||||
// Lab3(Flush) End
|
||||
// Lab3(ThreeStage) End
|
||||
|
||||
regs.io.write_enable := id2ex.io.output_regs_write_enable
|
||||
regs.io.write_address := id2ex.io.output_regs_write_address
|
||||
|
||||
@@ -17,5 +17,6 @@ package riscv.core.threestage
|
||||
import chisel3._
|
||||
|
||||
class Control extends Module {
|
||||
// Lab3(Flush)
|
||||
// Lab3(ThreeStage)
|
||||
// Lab3(ThreeStage) End
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user