Added auto answer filler and updated anchors for lab2

This commit is contained in:
PurplePower
2025-07-20 15:55:04 +08:00
parent 2caaf3d9f5
commit 3890e3a314
5 changed files with 316 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ class Execute extends Module {
)
io.if_jump_address := io.immediate + Mux(opcode === Instructions.jalr, io.reg1_data, io.instruction_address)
io.mem_alu_result := alu.io.result
// lab2(CLINTCSR)
//lab2(CLINTCSR)
/*
io.csr_reg_write_data :=
*/