Skip to content

Add testbench for or instruction #48

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add testbench for or instruction #48

wants to merge 1 commit into from

Conversation

TheDeepestSpace
Copy link
Contributor

One of the tasks in #45

@TheDeepestSpace TheDeepestSpace requested a review from Copilot July 29, 2025 01:44
@TheDeepestSpace TheDeepestSpace self-assigned this Jul 29, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a SystemVerilog testbench for the or instruction as part of task #45. The testbench verifies the correct execution of a bitwise OR operation through all stages of the processor pipeline.

Key Changes

  • Creates a comprehensive testbench that validates the or instruction execution from fetch to writeback
  • Tests the instruction decoding, ALU operation, and register file updates
  • Includes verification of intermediate states and final results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant