OpenCores

NanoBlaze: the expandable processor

Issue List
Single-register STORE/FETCH do not work #2
Open wclement opened this issue over 4 years ago
wclement commented over 4 years ago

Your test code shows single-register STORE/FETCH operations working, but the address is incorrect so the STORE/FETCH access the wrong scratch register. Since they both error identically, the test passed.

wclement commented over 4 years ago

By single-register, I mean "direct" as opposed to "indirect". The indirect versions of STORE/FETCH work properly.

Direct versions (don't work): STORE s0, 5 FETCH s1, 7

Indirect versions (working): STORE s0, s2 FETCH s0, s2


Assignee
No one
Labels
None yet