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

wrong value of MemWrite signal? #8

Open
aaarbk opened this issue Mar 29, 2024 · 1 comment
Open

wrong value of MemWrite signal? #8

aaarbk opened this issue Mar 29, 2024 · 1 comment

Comments

@aaarbk
Copy link

aaarbk commented Mar 29, 2024

I assembled and executed a program with the lone instruction
STUR X1, [X2, #20]

In the graphical output, the MemRead signal is 1 and the MemWrite is 0. Shouldn't MemWrite be 1 here?

@simdeistud
Copy link

simdeistud commented Apr 5, 2024

Shouldn't MemWrite be 1 here?

Yes @aaarbk , this is a bug in the ControlUnitConfiguration and the SingleCycleVisualization as you can see from this commit I just made to my forked version. This repository is basically abandoned, if you wish to use a fixed and more complete version of this simulator you can check out my fork here: https://github.com/simdeistud/LEGv8-Simulator and you can download a working release or you can directly try it online.

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

No branches or pull requests

2 participants