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
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:
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