EN160: VLSI Project: Spring 2008
EN160: VLSI Project: Spring 2008
Spring 2008
1|P a ge
System Diagram:
Tag Data
Re
Demux
4 bits
Tag Data
4 bits
Tag Data
Tag Data
Comparator
Demux
4 bits
F1
32 bits
4 bits
Mux
2 bits
8 bits
Status Data_Out
Specification:
2|P a ge
Inputs:
From CPU:
New Data: 8-bit
Address: 6-bit
Address<5:2> Tag: 4-bit
Address<1:0> Index: 2-bit
Read enable: 1-bit
Write enable: 1-bit
Outputs:
To CPU:
Dataout: 8-bit
Status: 1-bit [Signifies when data is ready]
Total pins required: 25pins + 1 Vdd + 1 gnd.
Extra outputs:
Ring Oscillator Test Signal: 1-bit
Ring Oscillator Test Signal w/En: 2-bits
Inverter: 2-bits
This is the fastest algorithm for cache replacement where the cache takes 2 least significant bits of the
address as index. It essentially takes the main memory address and indexes the address by using
modulus.
3|P a ge
Main components:
Muxes/Demuxes – The memory design simulates a cache memory, similar to a register memory. Muxes
are essential in ensuring that data from the memory cells can be selected for the output. The demuxes is
essential in ensuring that the signals between the components arrive at the correct memory cell for
proper operation.
Memory – Stores all the cache memory data, read or write only. In the design, read is prominent, you
cannot write while read is on, but you can read while write is on. The memory cells are designed using
flip-flops, and modified to have two signals for read and write enables. In each memory line/cell we
store 8-bits of actual data, and 4-bit for tag comparison.
Comparator – Compares the Tag of the data from the memory, and the Tag of the data requested.
4|P a ge
Memory Cell:
1-bit Cell:
This is a single bit memory cell utilizing the Flip-flop design and a independent read or write enable
signals. Q is the output of the memory cell, and Q_b is the inverted output.
Cascaded single-bit cells to form one line. We have separate read and write signals for tag and for the
data.
5|P a ge
Read/Write Test:
6|P a ge
1-bit Demux 1-to-4
7|P a ge
Demux 1-to-4 Test:
8|P a ge
Mux 4-to-1 Test:
9|P a ge
4-bit Tag Comparator:
Comparator Test:
10 | P a g e
Core Layout:
11 | P a g e
Core Placement and Layout:
SPR Setup:
3-metal Layers:
H2: Metal3
V-H2: Via2
V: Metal2
H1-V: Via1
H1: Metal1
12 | P a g e
PadFrame Placement and Layout:
EXECUTION SUMMARY
Execution Start Time May 22 2008 21:20:11
L-Edit Version L-Edit Win32 12.10.20060718.19:30:32
Rule Set Name MOSIS AMI 0.50UM - SUBMICRON RULES_ Last Updated 10/08/2001
File Name E:\reda en160 proj BU\mAMIs050DL_AND_PADS.tdb
Cell Name Channel_4 (May 22 21:20:08 2008)
User Name Rotor
Computer Name SREDA-XP1
Memory used at start 46.5M
RESULTS SUMMARY
DRC Errors Generated 0
CPU Time 00:00:05
REAL Time 00:00:05
Input Objects 404 (404)
Rules Executed 93
Geometry Flags Executed 6
Disabled Rules 18
14 | P a g e
DRC Geometry Error Details (Acute Angles):
Error #1
Error #6
15 | P a g e
Systems Analysis:
Single-bit Read/Write Systems Test:
16 | P a g e
Status Hit/Miss Systems Test:
Timing Analysis:
Read time:
tdf = 17ns
tdr = 9ns
17 | P a g e
Conclusion:
We successfully implemented a Cache Memory Simulation device. All verification data appears to meet
the design criteria. There were unpredictable design errors on the way, but none that stopped the cache
memory to function normally. DRC errors turned up geometrical errors on the Padless frame generated
by SPR. The DRC errors also determined that there were some metal to metal spacing errors in the core
after SPR. There were also disconnected Metal layers on the Padless Frame that had to be manually
connected.
We have not yet expanded the design to include fetching control systems to a Main Memory system.
This is a functionality that can be added on in the future. We also have not expanded the cache size, to
determine the maximum size of cache that is possible using the type of memory cells that we have.
Other improvements would be to actually use 6T SRAM cell design for the memory cell instead of Flip-
flops that requires more area due to more transistors in each memory cell.
18 | P a g e
Pin Layout:
Index<0>
Index<1>
Test2_in
Test1_in
Tag<0>
Tag<1>
Tag<2>
Tag<3>
We
Re
Data<7> Test1_out
Data<6> Data_out<0>
Data<5> Data_out <1>
Data_out_sl<7>
Data_out_sl<6>
Data_out_sl<5>
Data_out_sl<4>
Data_out_sl<3>
Data_out_sl<2>
Data_out_sl<1>
Test2_out
Data_out_sl<0>
Test Signals:
19 | P a g e