rv32ui: sh: Added side effect test (#14)
authorSebastian Bøe <sebastianbooe@gmail.com>
Wed, 15 Jun 2016 00:17:16 +0000 (02:17 +0200)
committerAndrew Waterman <waterman@eecs.berkeley.edu>
Wed, 15 Jun 2016 00:17:16 +0000 (17:17 -0700)
From the test comment:
sh to a word aligned address should only affect the 2 lower bytes
and should leave the 2 upper bytes unmodified.

In this test we write 2 bytes to the lower 2 bytes of the word
tdat11 and then ensure that the both the upper 2 bytes and lower
2 bytes are as expected.


No differences found