Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FPGA Logic Analyzer on the Pico-Ice #60

Open
PythonLinks opened this issue Dec 30, 2023 · 0 comments
Open

FPGA Logic Analyzer on the Pico-Ice #60

PythonLinks opened this issue Dec 30, 2023 · 0 comments

Comments

@PythonLinks
Copy link

The Pico-Ice is a circuit board with an Rp2040 and an FPGA.
The RP2040 runs ueForth.

I am building a Mecrisp-Ice J1 on the fpga, but I need to debug it. A good way is to run signals out, maybe through a logic analyzer. Better yet, out to the RP2040. There is even PIO software on the RP2040 to implement a logic analyzer.
https://github.com/raspberrypi/pico-examples/tree/master/pio/logic_analyser

Of course the bandwidth through the USB to the host is limited, but one can analyze the data directly on the RP2040 using uEForth.

Better yet, the RP2040 can provide fast feedback to the FPGA.

This is clearly not a bug with uEForth, but I know that Brad is interested in integrating with the FPGA, so I am posting this here. If you want to join the discussion of this topic, here is an invite to the channel.

https://discord.gg/9vx2Cnjb

@PythonLinks PythonLinks changed the title Logic Analyzer of the Pico-Ice FPGA Logic Analyzer on the Pico-Ice Dec 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant