chipsalliance / VeeR-ISS

Apache License 2.0
114 stars 33 forks source link

Bug in amo double word instructions #15

Closed jrahmeh closed 2 years ago

jrahmeh commented 2 years ago

In all the double-word amo methods (e.g. execAmoAdd_d), the type of rd is incorrect: It should be uint64_t (or URV) instead of uint32_t.

jrahmeh commented 2 years ago

I was wrong. Code is fine. Closing issue.