fix bug in unit test, forgot that wb_get mem dict is 64-bit wide data
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 11 Dec 2021 23:49:48 +0000 (23:49 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 11 Dec 2021 23:49:48 +0000 (23:49 +0000)
commit3594a61181079c35bb40d66dc515fee2ed07f17b
treeec4a09fce320fa3a37200d0ef3ac55d4aa40c897
parent7736e42066aef6d998706971de00516f4d819acc
fix bug in unit test, forgot that wb_get mem dict is 64-bit wide data
it cannot cope with addresses non-aligned to 64-bit boundary
src/soc/config/test/test_fetch.py
src/soc/experiment/test/test_loadstore1.py