forked from ABKGroup/FakeRAM2.0
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example_input_file.cfg
46 lines (33 loc) · 977 Bytes
/
example_input_file.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#SAMPLE INPUT FILE; VALUES NOT REALISTIC
{
# The process node.
"tech_nm": 7,
# The operating voltage.
"voltage": 0.7,
# String to add in front of every metal layer number for the layer name.
"metal_prefix": "M",
# Horizontal Metal layer for macro pins
"metal_layer": "M4",
# The pin width for signal pins.
"pin_width_nm": 24,
# The minimum pin pitch for signal pins
"pin_pitch_nm": 48,
# Metal track pitch
"metal_track_pitch_nm": 48,
# Manufacturing Grid
"manufacturing_grid_nm": 1,
# Contacted Poly Pitch
"contacted_poly_pitch_nm": 54,
#column mux factor
"column_mux_factor": 1,
# Fin pitch
"fin_pitch_nm" : 27,
# Optional snap the width and height of the sram to a multiple value.
"snap_width_nm": 190,
"snap_height_nm": 1400,
# List of SRAM configurations (name width depth and banks)
"srams": [
{"name": "fakeram7_64x64", "width": 64, "depth": 64, "banks": 1}
]
# TENTATIVE PARAMETERS
}