Where is the verilog model for SRAM?

This is a discussion on Where is the verilog model for SRAM? within the verilog forums in Programming Languages category; Where is the verilog model for SRAM? I need a verilog SRAM model such as IS61LV51216 used in ModelSim, but I can't find it in ISSI website, who can help me ? Thank you very much!...

Go Back   Application Development Forum > Programming Languages > verilog

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-13-2008, 05:25 AM
Ray2008
Guest
 
Default Where is the verilog model for SRAM?

Where is the verilog model for SRAM?
I need a verilog SRAM model such as IS61LV51216 used in ModelSim, but
I can't find it in ISSI website, who can help me ?
Thank you very much!
Reply With Quote
  #2  
Old 08-13-2008, 12:04 PM
LittleAlex
Guest
 
Default Re: Where is the verilog model for SRAM?

On Aug 13, 2:25*am, Ray2008 <RayChenCh...@gmail.com> wrote:
> Where is the verilog model for SRAM?
> I need a verilog SRAM model such as IS61LV51216 used in ModelSim, but
> I can't find it in ISSI website, who can help me ?
> Thank you very much!



It is on the ISSI web site. It took me less than 30 seconds to find
the following, and that was using a crummy search engine!

================================================== ==========================
// IS61LV51216 Asynchronous SRAM, 512K x 16 = 8M; speed: 10ns.
// Please include "+define+ OEb" in running script if you want to
check
// timing in the case of OE_ being set.

// `define OEb
`timescale 1ns/10ps

module IS61LV51216 (A, IO, CE_, OE_, WE_, LB_, UB_);
<snip>
================================================== ==========================

Google - it's not just for abusing usenet, it's good for searching too.
Reply With Quote
  #3  
Old 08-13-2008, 05:01 PM
gabor
Guest
 
Default Re: Where is the verilog model for SRAM?

On Aug 13, 12:04 pm, LittleAlex <alex.lo...@email.com> wrote:
> On Aug 13, 2:25 am, Ray2008 <RayChenCh...@gmail.com> wrote:
>
> > Where is the verilog model for SRAM?
> > I need a verilog SRAM model such as IS61LV51216 used in ModelSim, but
> > I can't find it in ISSI website, who can help me ?
> > Thank you very much!

>
> It is on the ISSI web site. It took me less than 30 seconds to find
> the following, and that was using a crummy search engine!
>
> ================================================== ==========================
> // IS61LV51216 Asynchronous SRAM, 512K x 16 = 8M; speed: 10ns.
> // Please include "+define+ OEb" in running script if you want to
> check
> // timing in the case of OE_ being set.
>
> // `define OEb
> `timescale 1ns/10ps
>
> module IS61LV51216 (A, IO, CE_, OE_, WE_, LB_, UB_);
> <snip>
> ================================================== ==========================
>
> Google - it's not just for abusing usenet, it's good for searching too.


O.K. Your Google is better than mine?

The best I could do (searching only on ISSI.com) was a .pdf document
with
the paragraph:

"ISSI provides simulation models for each SRAM, DRAM and ASSP part
manufactured.
These models are revised as new device and technologies are developed.
Models for logic
products may be requested; they are developed as needed. Models can be
obtained by
contacting ISSI FAE department."

Care to post the link to the model you found?

Regards,
Gabor
Reply With Quote
  #4  
Old 08-13-2008, 05:34 PM
Mike Treseler
Guest
 
Default Re: Where is the verilog model for SRAM?

Ray2008 wrote:
> Where is the verilog model for SRAM?
> I need a verilog SRAM model such as IS61LV51216 used in ModelSim, but
> I can't find it in ISSI website, who can help me ?
> Thank you very much!



http://www.issi.com/asyncrams.htm#E
Reply With Quote
  #5  
Old 08-14-2008, 12:44 AM
sandeep
Guest
 
Default Re: Where is the verilog model for SRAM?

On Aug 14, 5:34*am, Mike Treseler <mtrese...@gmail.com> wrote:
> Ray2008 wrote:
> > Where is the verilog model for SRAM?
> > I need a verilog SRAM model such as IS61LV51216 used in ModelSim, but
> > I can't find it in ISSI website, who can help me ?
> > Thank you very much!

>
> http://www.issi.com/asyncrams.htm#E


I too can only fine the pdf file. Verilog model link is not there for
above part number.
Reply With Quote
  #6  
Old 08-15-2008, 05:59 PM
ghelbig
Guest
 
Default Re: Where is the verilog model for SRAM?

On Aug 13, 9:44*pm, sandeep <sandeepkumar....@gmail.com> wrote:
> On Aug 14, 5:34*am, Mike Treseler <mtrese...@gmail.com> wrote:
>
> > Ray2008 wrote:
> > > Where is the verilog model for SRAM?
> > > I need a verilog SRAM model such as IS61LV51216 used in ModelSim, but
> > > I can't find it in ISSI website, who can help me ?
> > > Thank you very much!

>
> >http://www.issi.com/asyncrams.htm#E

>
> I too can only fine the pdf file. Verilog model link is not there for
> above part number.


Hint #2: Look for the word "verilog" on the page Mike is sending you
to.
Reply With Quote
  #7  
Old 08-18-2008, 08:14 AM
gabor
Guest
 
Default Re: Where is the verilog model for SRAM?

On Aug 15, 5:59 pm, ghelbig <ghel...@lycos.com> wrote:
> On Aug 13, 9:44 pm, sandeep <sandeepkumar....@gmail.com> wrote:
>
> > On Aug 14, 5:34 am, Mike Treseler <mtrese...@gmail.com> wrote:

>
> > > Ray2008 wrote:
> > > > Where is the verilog model for SRAM?
> > > > I need a verilog SRAM model such as IS61LV51216 used in ModelSim, but
> > > > I can't find it in ISSI website, who can help me ?
> > > > Thank you very much!

>
> > >http://www.issi.com/asyncrams.htm#E

>
> > I too can only fine the pdf file. Verilog model link is not there for
> > above part number.

>
> Hint #2: Look for the word "verilog" on the page Mike is sending you
> to.


I think that was obvious, the question is where is the file
for the particular device in question, which does not have
the "Verilog" link next to it in the table. I'm sure that
a little work with the datasheet (for timing and address
width) and an existing model from another part could give
you a working model, but it is always preferable to work
from a known good model for the actual part, especially if
you are trying to verify functionality of new code.
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 03:46 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.