Forum Discussion
Altera_Forum
Honored Contributor
16 years agoUSB without NIOS
I was wondering if it was possible to achieve usb data communication between the altera board and the PC not using the NIOS system. If it is, how is it done?
5 Replies
- Altera_Forum
Honored Contributor
Put a USB controller into the FPGA. either write one yourself or have a look on opencores.org.
- Altera_Forum
Honored Contributor
i am also trying to design an architecture of usb controller to enable read data from external flash drive (through
usb port of de2 board) and store it in onboard sram memory chip of altera de2 board and vice versa. i am trying to do it purely in hardware using vhdl or verilog that means i don't want to use the nios ii or sopc builder.
- Altera_Forum
Honored Contributor
--- Quote Start --- i am also trying to design an architecture of usb controller to enable read data from external flash drive (throughusb port of de2 board) and store it in onboard sram memory chip of altera de2 board and vice versa. i am trying to do it purely in hardware using vhdl or verilog that means i don't want to use the nios ii or sopc builder.
--- Quote End --- Hi, can you post some code? i'm tring also to implement connection between de2 -> pc... Thanks
- Altera_Forum
Honored Contributor
--- Quote Start --- I was wondering if it was possible to achieve usb data communication between the altera board and the PC not using the NIOS system. If it is, how is it done? --- Quote End --- Here is the project that does exactly what you want: http://mzakharo.github.com/usb-de2-fpga/ - Altera_Forum
Honored Contributor
hi, thank you for sharing about the project... however, I still have some point that I don't understand... can you help me?