Hi , wanted some more information on logic analyz...
# caravel
r
Hi , wanted some more information on logic analyzer pins vs wishbone bus - Matt communicated that either the wishbone bus or the LA can be used at point of time. My query is when should we use the wishbone bus and when should we use the LA pins for controlling or sampling data from/to the user project ? Any advatnages or disadvantages ? Any detailed doc available ? Thanks
m
wishbone requires some overhead on your design to implement a wishbone peripheral
but it's a standard, so for some people its very convenient, as they can reuse IP or use other people's IP and not have to make a new interface
if you don't already have wishbone, and aren't making an SoC with lots of peripherals on a bus, then maybe stick with the LA, simpler and easier
r
Thanks @Matt Venn - right now seems using LA seems viable.
But do you have any idea about docs regarding those ? Like how to program the LA or wishbone ? Thanks
m
check the tests that come with caravel_user_project
r
Let me check
m
and here