Question: 4 ) The binary storage cell is the basic building block of a memory unit. The equivalent logic of a binary cell that stores one

4) The binary storage cell is the basic building block of a memory unit. The equivalent logic of a binary cell that stores one bit of information is shown in the figure below. The storage part of the cell is modeled by an SR latch with control input (see Textbook Chapter 5.3) and associated logic gates.
a) Implement a simple binary cell (BC) that has equivalent circuit in the figure above in VHDL. Test your design with following cases:
- Input : 0, Select : 1, Read/Write : 0
- Input : 1, Select : 0, Read/Write : 0
- Input : 1, Select : 1, Read/Write : 1
- Input : 1, Select : 1, Read/Write : 0
- Input : 1, Select : 1, Read/Write : 1
- Input : 0, Select : 0, Read/Write : 0
- Input : 1, Select : 1, Read/Write : 1
b) Implement a small RAM which consists of 4 words of 4 bits using required amount of BCs, decoder(s) and other necessary logic gates in VHDL (see Textbook Chapter 7.3).
c) Test your RAM design by writing words '1','9','0','2'(in binary) to consecutive addresses from 0 to 3. After 4 write operations, apply read operations to the memory addresses in following order: \(3,2,0,1,3,2,0,1,3,2,0,1.\).
4 ) The binary storage cell is the basic building

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!