asychronous sram read and write

Y

yali

Guest
Hi

I use a CPU's SRAM interface to write data to the dual port RAM in Xilinx
FPGA, CPU only output PCI bus clock to FPGA, not system clock.

it seems the write is not succesful because of asychronous clock issue,is
there any good suggestion?Thanks

yali
 
Hello:

I don´t know what is exactly the problem but if you are working in a FPGA
you can take the system clock from its input pin and take them to the SRAM
interface.

Regards
Javier Castillo
jcastillo@opensocdesign.com
www.opensocdesign.com


"yali" <yali_99@yahoo.com> wrote in news:65515c54046610a591ce268bcfb59b71
@localhost.talkaboutprogramming.com:

Hi

I use a CPU's SRAM interface to write data to the dual port RAM in Xilinx
FPGA, CPU only output PCI bus clock to FPGA, not system clock.

it seems the write is not succesful because of asychronous clock issue,is
there any good suggestion?Thanks

yali
 
Hi yali,
It seems that CPU is giving the only address bus and data bus 2 FPGA .
Here I suggest 2 use a saperate clock for FPGA writing and at least one
rising edge should be available during write or read cycle.
Then Read n Write to FPGA will be successful.
Regards
Anupam
 

Welcome to EDABoard.com

Sponsor

Back
Top