You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I assembled and executed a program with the lone instruction
STUR X1, [X2, #20]
In the graphical output, the
MemRead
signal is 1 and theMemWrite
is 0. Shouldn'tMemWrite
be 1 here?The text was updated successfully, but these errors were encountered: