forked from bluecheetah/cds_ff_mpt
-
Notifications
You must be signed in to change notification settings - Fork 2
/
tech_config.yaml
69 lines (63 loc) · 2.12 KB
/
tech_config.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# SPDX-License-Identifier: Apache-2.0
# Copyright 2020 Blue Cheetah Analog Design Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# the Technology class.
class: "templates_cds_ff_mpt.tech.TechInfoCDSFFMPT"
# default EM spec calculation settings
em:
# DC current temperature
dc_temp: 70
# RMS current allowable temperature increase
rms_dt: 10
# transistor technology parameters
mos:
# the transistor width minimum resolution.
width_resolution: 1
# the transistor length minimum resolution.
length_resolution: 1.0e-9
# routing grid parameters
routing_grid:
1: [y, 64, 116]
2: [x, 64, 128]
3: [y, 64, 116]
4: [x, 64, 128]
5: [y, 116, 244]
6: [x, 116, 268]
7: [y, 200, 340]
8: [x, 200, 280]
# MOM cap parameters
mom_cap:
standard:
bot_dir: y
info:
# w, sp, margin, num_ports, port_tr_w
1: !!python/tuple [64, 64, 120, 2, 1]
2: !!python/tuple [64, 64, 120, 2, 1]
3: !!python/tuple [64, 64, 120, 2, 1]
4: !!python/tuple [116, 96, 96, 1, 1]
5: !!python/tuple [116, 136, 136, 1, 1]
6: !!python/tuple [116, 136, 136, 1, 1]
7: !!python/tuple [200, 200, 200, 1, 1]
8: !!python/tuple [200, 200, 200, 1, 1]
# fill parameters
fill:
# sp_x, sp_y, margin_x, margin_y, density
1: !!python/tuple [2000, 2000, 1000, 1000, 0.2]
2: !!python/tuple [2000, 2000, 1000, 1000, 0.2]
3: !!python/tuple [2000, 2000, 1000, 1000, 0.2]
4: !!python/tuple [2000, 2000, 1000, 1000, 0.2]
5: !!python/tuple [2000, 2000, 1000, 1000, 0.2]
6: !!python/tuple [2000, 2000, 1000, 1000, 0.2]
7: !!python/tuple [2000, 2000, 1000, 1000, 0.2]
8: !!python/tuple [2000, 2000, 1000, 1000, 0.2]