-
Notifications
You must be signed in to change notification settings - Fork 8
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
how to use it? the exmaple schematic? #2
Comments
I'm not sure exactly what you want to know. You would use the VHDL to program a FPGA. On one side you would connect it to a cpu or microcontroller, and on the other side you would connect it to GPIB transceivers. |
On one side you would connect it to a cpu or microcontroller, and on the other side you would connect it to GPIB transceivers. yes, I hope to know how to connect it to atmeag328p / arduino or a pci bus:)sorry for my ignorant. |
Well, you could connect it to the arduino SPI or I2C ports. fmh_gpib_core can connect directly as a slave to something like an Avalon bus, so you would need to insert something like a SPI (or I2C) slave to Avalon master bridge core in between. |
https://www.intel.com/content/www/us/en/programmable/support/support-resources/design-examples/intellectual-property/embedded/nios-ii/exm-spi-bridge.html |
how to use it? the exmaple schematic?
The text was updated successfully, but these errors were encountered: