02-19-2009 03:00 AM
Can we use PCI 7813R for simulation of buses like ISA or I2C at 10 MHz speed?
02-19-2009
03:15 AM
- last edited on
01-13-2026
02:22 PM
by
Content Cleaner
I don't know about ISA but I have seen implementation of I2C on R-series and cRIO. Do a search on NI's website for 'i2c fpga' and have a look at IPNet as well:
IPNet: Digital Buses and Protocols [broken link removed 1/13/26; article no longer available]
02-19-2009 03:23 AM
yes, thanks Adnan Z, I have seen them.
But my actual task is I have to generate digital signals at around 10 MHz, I need to follow some timing diagram which includes Address & Data Buses.
Also Can I have decision making at that speed?
Thanks,
Kwan
02-19-2009 06:15 AM
kwan,
The clock on the PCI 7813R runs at 40MHz. As long as you're clever with your programming (single-cycle timed loops, pipelining) you can go as fast as you want. You may find that you need to slow down to 10MHz.
Jim
02-19-2009
06:30 AM
- last edited on
01-13-2026
02:22 PM
by
Content Cleaner
I have been able to implement Serial Comm at 5MHz. I derived the 40Mhz clock to 80MHz - that gave me 16 clock ticks to get everything done including DMA to and from the Host. I would suggest looking into Pipelining .