fmhess / fmh_gpib_core

GPIB IEEE 488.1 core
Apache License 2.0
23 stars 8 forks source link

how to use it? the exmaple schematic? #2

Open youxiaojie opened 5 years ago

youxiaojie commented 5 years ago

how to use it? the exmaple schematic?

fmhess commented 5 years ago

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.

youxiaojie commented 5 years ago

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.

fmhess commented 5 years ago

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.

youxiaojie commented 5 years ago

https://www.intel.com/content/www/us/en/programmable/support/support-resources/design-examples/intellectual-property/embedded/nios-ii/exm-spi-bridge.html is this project applicable? is it possible to combine this two in to one?