1+ {
2+ "name" : " dbChip" ,
3+ "type" : " dbObject" ,
4+ "ostream_scope" : true ,
5+ "hash" : " 0x1" ,
6+ "enums" : [
7+ {
8+ "name" : " ChipType" ,
9+ "class" : true ,
10+ "values" : [
11+ " DIE" ,
12+ " RDL" ,
13+ " IP" ,
14+ " SUBSTRATE" ,
15+ " HIER"
16+ ],
17+ "public" : true
18+ }
19+ ],
20+ "fields" : [
21+ {
22+ "name" : " name_" ,
23+ "type" : " std::string" ,
24+ "schema" : " db_schema_chip_extended" ,
25+ "flags" : [" no-set" ]
26+ },
27+ {
28+ "name" : " type_" ,
29+ "type" : " uint" ,
30+ "default" : 0 ,
31+ "schema" : " db_schema_chip_extended" ,
32+ "flags" : [" private" ]
33+ },
34+ {
35+ "name" : " offset_" ,
36+ "type" : " Point" ,
37+ "default" : " {}" ,
38+ "schema" : " db_schema_chip_extended"
39+ },
40+ {
41+ "name" : " width_" ,
42+ "type" : " int" ,
43+ "default" : " 0" ,
44+ "schema" : " db_schema_chip_extended"
45+ },
46+ {
47+ "name" : " height_" ,
48+ "type" : " int" ,
49+ "default" : " 0" ,
50+ "schema" : " db_schema_chip_extended"
51+ },
52+ {
53+ "name" : " thickness_" ,
54+ "type" : " int" ,
55+ "default" : " 0" ,
56+ "schema" : " db_schema_chip_extended"
57+ },
58+ {
59+ "name" : " shrink_" ,
60+ "type" : " float" ,
61+ "default" : " 0.0" ,
62+ "comment" : " // range ]0, 1]" ,
63+ "schema" : " db_schema_chip_extended"
64+ },
65+ {
66+ "name" : " seal_ring_east_" ,
67+ "type" : " int" ,
68+ "default" : " 0" ,
69+ "schema" : " db_schema_chip_extended"
70+ },
71+ {
72+ "name" : " seal_ring_west_" ,
73+ "type" : " int" ,
74+ "default" : " 0" ,
75+ "schema" : " db_schema_chip_extended"
76+ },
77+ {
78+ "name" : " seal_ring_north_" ,
79+ "type" : " int" ,
80+ "default" : " 0" ,
81+ "schema" : " db_schema_chip_extended"
82+ },
83+ {
84+ "name" : " seal_ring_south_" ,
85+ "type" : " int" ,
86+ "default" : " 0" ,
87+ "schema" : " db_schema_chip_extended"
88+ },
89+ {
90+ "name" : " scribe_line_east_" ,
91+ "type" : " int" ,
92+ "default" : " 0" ,
93+ "schema" : " db_schema_chip_extended"
94+ },
95+ {
96+ "name" : " scribe_line_west_" ,
97+ "type" : " int" ,
98+ "default" : " 0" ,
99+ "schema" : " db_schema_chip_extended"
100+ },
101+ {
102+ "name" : " scribe_line_north_" ,
103+ "type" : " int" ,
104+ "default" : " 0" ,
105+ "schema" : " db_schema_chip_extended"
106+ },
107+ {
108+ "name" : " scribe_line_south_" ,
109+ "type" : " int" ,
110+ "default" : " 0" ,
111+ "schema" : " db_schema_chip_extended"
112+ },
113+ {
114+ "name" : " tsv_" ,
115+ "type" : " bool" ,
116+ "default" : " false" ,
117+ "schema" : " db_schema_chip_extended"
118+ },
119+ {
120+ "name" : " _top" ,
121+ "type" : " dbId<_dbBlock>" ,
122+ "flags" : [" private" , " cmpgt" ],
123+ "parent" : " dbBlock"
124+ },
125+ {
126+ "name" : " _block_tbl" ,
127+ "type" : " dbTable<_dbBlock>*" ,
128+ "flags" : [" private" , " no-serial" ]
129+ },
130+ {
131+ "name" : " _name_cache" ,
132+ "type" : " _dbNameCache*" ,
133+ "flags" : [" private" , " no-cmp" , " no-serial" ]
134+ },
135+ {
136+ "name" : " _block_itr" ,
137+ "type" : " dbBlockItr*" ,
138+ "flags" : [" private" , " no-cmp" , " no-serial" ]
139+ },
140+ {
141+ "name" : " _prop_itr" ,
142+ "type" : " dbPropertyItr*" ,
143+ "flags" : [" private" , " no-cmp" , " no-serial" ]
144+ }
145+ ],
146+ "declared_classes" : [" dbPropertyItr" , " _dbNameCache" ," dbBlockItr" ],
147+ "h_includes" : [
148+ " odb/geom.h"
149+ ],
150+ "cpp_includes" : [
151+ " dbTable.h" ,
152+ " dbTable.hpp" ,
153+ " dbNameCache.h" ,
154+ " dbBlockItr.h" ,
155+ " dbBlock.h" ,
156+ " dbTech.h" ,
157+ " dbPropertyItr.h"
158+ ]
159+ }
0 commit comments