Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Unit Tests #2

Open
5 of 30 tasks
sh-mug opened this issue Sep 20, 2023 · 0 comments
Open
5 of 30 tasks

Add Unit Tests #2

sh-mug opened this issue Sep 20, 2023 · 0 comments

Comments

@sh-mug
Copy link
Owner

sh-mug commented Sep 20, 2023

Processor Unit Testing Progress

This document tracks the progress of unit testing for RISCoffee processor.

Modules to Be Tested

  • ALU (Arithmetic Logic Unit)
  • CSR Registers (Control and Status Registers)
  • Decoder
  • Program Counter (PC)
  • RAM (Memory)
  • Register File

Testing Status

ALU (Arithmetic Logic Unit)

  • Test cases defined
  • Tests executed
  • Results validated
  • Bugs fixed (if any)

CSR Registers (Control and Status Registers)

  • Test cases defined
  • Tests executed
  • Results validated
  • Bugs fixed (if any)

Decoder

  • Test cases defined
  • Tests executed
  • Results validated
  • Bugs fixed (if any)

Program Counter (PC)

  • Test cases defined
  • Tests executed
  • Results validated
  • Bugs fixed (if any)

RAM (Memory)

  • Test cases defined
  • Tests executed
  • Results validated
  • Bugs fixed (if any)

Register File

  • Test cases defined
  • Tests executed
  • Results validated
  • Bugs fixed (if any)

Notes

@sh-mug sh-mug converted this from a draft issue Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant