Skip to main content

Project Simulation

Before programming your FPGA board, validate the RISC-V operation in simulation:

  • pc: should advance each cycle (unless there is a stall).
  • instruction: the instruction read from imem.
  • alu_result_Exec: ALU results.
  • mem_write_Mem and write_data: enabling and value of writes to memory.
  • read_data: data returned by memory on a load operation.