Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to design a SRAM cell using Spice and incorporate it in Verilog code?

Status
Not open for further replies.

arup172

Newbie level 5
Joined
Feb 3, 2009
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,328
For synthesising a cache memory, I need SRAM cells. If i describe them using verilog, how do I incorporate the sense amplifiers. Is there any other way by which i can design a SRAM cell using Spice and incorporate it in my verilog code.

The cache controller and memory design has been done using Verilog but memory cells have been declared as registers which need to be replaced with actual SRAM cells.

Can anyone help with any ideas??
 

Re: Cache Memory Design

SRAMs are NOT synthesizable.

SRAMS are custom designed and instantiated as Macros in RTL and during Synthesis.
 

Re: Cache Memory Design

By custom design you mean a transistyor level schematic? If I do that how do I instantiate that into my verilog code?
 

I have the same problem but I am facing these problems in translating analog circuits to digital. Like the Access Transistors in the SRAM Cell, I don't know what's it's corresponding component in digital.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top