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.

SRAM Peripherals

Status
Not open for further replies.

im_pam

Member level 4
Member level 4
Joined
Mar 1, 2022
Messages
74
Helped
0
Reputation
0
Reaction score
1
Trophy points
8
Activity points
524
Hi
the sram read and write operation is only performed when enable is high or not ?
in this sram array circuit, they have not used row enable. is CE (chip enable ) here working same as row enable [ left bottom corner of the image shown ].

thanks
 

Attachments

  • sram arrray.png
    sram arrray.png
    33.2 KB · Views: 91

Hi,

the sram read and write operation is only performed when enable is high or not ?
The pictrure shows 3 "enable" signals:
* CE: chip enable. Always needed for R and W access. It wakes up the internal circuitry (low power sleep vs active)
* WE: write enable. Used to tell tha chip that you want to store data into the SRAM
* OE: output enable. Usec to drive the data (bus) lines. High-Z vs Output. High-Z so that other devices can drive the data lines.

Klaus
 

than you for the response @KlausST, if CE is performing the wake up operation then what does enable signal do in the ROW decoder?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top