Reply by james October 18, 20092009-10-18
On Sun, 20 Sep 2009 21:48:41 -0500, "mlin" <maddie.gun@gmail.com>
wrote:

|>On Thu, 17 Sep 2009 19:57:49 -0500
|>"mlin" <maddie.gun@gmail.com> wrote:
|>
|>> Hi,
|>> 
|>> I am using MIG v2.1 that targets spartan 3 starter kit. I want to
|>> know, if sram on the starter board could be accessed using MIG and if
|>> the MIG is used for accessing memory development boards?
|>> 
|>> Thanks in advance!
|>> 
|>> 
|>
|>MIG is for talking to DRAMs, which are complicated.  SRAM is
|>easy: there are data lines and address lines and it just does what you
|>ask it to.  The interface is trivial enough to implement that I'd be
|>surprised if anyone has a core to do it; it would mostly just be wires. 
|>
|>-- 
|>Rob Gaddi, Highland Technology
|>Email address is currently out of order
|>
|
|Thank you so much. Could you please clear my other doubt? How do I send
|address and data to the SRAM?
|
|Thanks.	   
|					
|---------------------------------------		
|This message was sent using the comp.arch.fpga web interface on
|http://www.FPGARelated.com
|====================

You gotta be kidding I hope? 

If not, then is the state of college students is getting poorer by the
year? 

james
Reply by maxascent September 21, 20092009-09-21
Why dont you just read the data sheet on the device? Generally you just set
the address and data you want and then set the write enable (all
synchronous with the clock). Nothing more to it really

Jon	   
					
---------------------------------------		
This message was sent using the comp.arch.fpga web interface on
http://www.FPGARelated.com
Reply by mlin September 20, 20092009-09-20
>On Thu, 17 Sep 2009 19:57:49 -0500 >"mlin" <maddie.gun@gmail.com> wrote: > >> Hi, >> >> I am using MIG v2.1 that targets spartan 3 starter kit. I want to >> know, if sram on the starter board could be accessed using MIG and if >> the MIG is used for accessing memory development boards? >> >> Thanks in advance! >> >> > >MIG is for talking to DRAMs, which are complicated. SRAM is >easy: there are data lines and address lines and it just does what you >ask it to. The interface is trivial enough to implement that I'd be >surprised if anyone has a core to do it; it would mostly just be wires. > >-- >Rob Gaddi, Highland Technology >Email address is currently out of order >
Thank you so much. Could you please clear my other doubt? How do I send address and data to the SRAM? Thanks. --------------------------------------- This message was sent using the comp.arch.fpga web interface on http://www.FPGARelated.com
Reply by Rob Gaddi September 17, 20092009-09-17
On Thu, 17 Sep 2009 19:57:49 -0500
"mlin" <maddie.gun@gmail.com> wrote:

> Hi, > > I am using MIG v2.1 that targets spartan 3 starter kit. I want to > know, if sram on the starter board could be accessed using MIG and if > the MIG is used for accessing memory development boards? > > Thanks in advance! > >
MIG is for talking to DRAMs, which are complicated. SRAM is easy: there are data lines and address lines and it just does what you ask it to. The interface is trivial enough to implement that I'd be surprised if anyone has a core to do it; it would mostly just be wires. -- Rob Gaddi, Highland Technology Email address is currently out of order
Reply by mlin September 17, 20092009-09-17
Hi,

I am using MIG v2.1 that targets spartan 3 starter kit. I want to know, if
sram on the starter board could be accessed using MIG and if the MIG is
used for accessing memory development boards?

Thanks in advance!