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

Simulation for basic pipelining #2

Open
XwanXuanX opened this issue Sep 11, 2023 · 0 comments
Open

Simulation for basic pipelining #2

XwanXuanX opened this issue Sep 11, 2023 · 0 comments
Assignees
Labels

Comments

@XwanXuanX
Copy link
Owner

Simulation for basic pipelining

  • Processor was designed with standard 5 stages. (Reference: Instruction pipelining.)
  • Current emulator has no pipelining enabled. One instruction MUST complete it's lifetime before the next can be executed.
  • Need to enable pipelining so that instructions can run in parallel. Assume heavy concurrency and/or thread synchronization be applied here...

Visualization of pipelining

After pipelining is implemented and integrated, pipeline visualization technologies should be used to validate pipeline correctness.
This popular pipeline visualization app might be viable: Konata

@XwanXuanX XwanXuanX added the enhancement New feature or request label Sep 11, 2023
@XwanXuanX XwanXuanX self-assigned this Sep 11, 2023
@XwanXuanX XwanXuanX added this to the Pipeline Release milestone Sep 11, 2023
@XwanXuanX XwanXuanX added enhancement New feature or request development cpu model and removed enhancement New feature or request labels Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant