Hi any one knows were I can find documentation for...
# caravel
i
Hi any one knows were I can find documentation for how to use the wishbone bus in the software part of caravel? in the example provide in the user project test is not very clear. thanks
m
Hi Ivan
I'm just trying to put an example together because a few people have asked
will post here when I get something working
currently I can't work out why the strobe signal is never strobing inside the user project wrapper
0x0300_0000 should have been 0x3000_0000 🤦
basically, instantiate a wishbone client inside user_project_wrapper with base address 0x3000_0000
and then in the firmware read and write to that memory addresse
the demo above provides an example client, firmware and testbench to show how this works
i
Great thanks a lot, this will be very useful for a lot of people.