-
Notifications
You must be signed in to change notification settings - Fork 246
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
FOMU: UART over USB #21
Comments
Hi Bruno, I have an USB-Serial core adapted from a mix of USB logic by Luke Valenty, Lawrie Griffiths and David Williams in Mecrisp-Ice. https://github.com/tinyfpga/TinyFPGA-Bootloader See mecrisp-ice-1.9/common-verilog/usb. It's a drop-in UART core with the usual interface:
Matthias |
Hi Matthias, |
We are working on it: |
Hi Bruno, |
Bonus points for allowing different clocks for USB and for the rest of the logic. Furthermore, it is very compact and it does not need any BRAM blocks. |
See https://github.com/ulixxe/usb_cdc, included here for a complete example: https://sourceforge.net/projects/mecrisp/files/mecrisp-ice-2.2.tar.gz/download mecrisp-ice-2.2/fomu/icestorm/j1a.v Done :-) |
|
Add a UART to the FOMU (needs a USB core + UART over USB)
The text was updated successfully, but these errors were encountered: