efabless / caravel_mgmt_soc_litex

https://caravel-mgmt-soc-litex.readthedocs.io/en/latest/
Apache License 2.0
24 stars 14 forks source link

Wishbone test #33

Open suppamax opened 2 years ago

suppamax commented 2 years ago

Issue #24

marwaneltoukhy commented 2 years ago

Tried this out with the fix in wb_slave_address_fix branch, and both RTL and GL failed

suppamax commented 2 years ago

According to #24 the size of the wishbone area is 0x10000000, but in the wb_slave_address_fix branch it is only 0x1000000 https://github.com/efabless/caravel_mgmt_soc_litex/blob/48361c7a87a15afed43cd5a89a554bb1d7be442e/litex/caravel.py#L186 The test has been adapted to be compatible with the branch, but I am not sure it is what you really want.