wb_types.py add reset value of 0b11111111 for WBSelType, which is the value of the...
authorCole Poirier <colepoirier@gmail.com>
Fri, 25 Sep 2020 20:08:19 +0000 (13:08 -0700)
committerCole Poirier <colepoirier@gmail.com>
Fri, 25 Sep 2020 20:15:30 +0000 (13:15 -0700)
commit53d11eb95be2d7fc198eb8d0612608c9c5532790
tree55bcf43d5515495d929eaff17c3c62785320808d
parenta23ddc7397e91fce1c75014af4bdf1ee2d4c328e
wb_types.py add reset value of 0b11111111 for WBSelType, which is the value of the WBMasterOut object's field 'sel', wich is the 'r.wb.sel' value that appears in both icache.py and dcache.py, source of this reset value is line 614 of icache.vhdl
src/soc/experiment/wb_types.py