1read_lef NangateOpenCellLibrary.mod.lef
2read_lef dummy_pads.lef
3
4read_liberty dummy_pads.lib
5
6read_verilog soc_bsg_black_parrot_nangate45/soc_bsg_black_parrot.v
7
8link_design soc_bsg_black_parrot
9
10initialize_floorplan \
11  -die_area  {0 0 3000.000 3000.000} \
12  -core_area {180.012 180.096 2819.964 2819.712} \
13  -site      FreePDK45_38x28_10R_NP_162NW_34O
14make_tracks
15
16# Load library defintions
17define_pad_cell \
18  -name PAD \
19  -orient {bottom R0 right R90 top R180 left R270} \
20  -bondpad \
21  -pad_pin_name PAD
22
23define_pad_cell \
24  -name PADCELL_SIG \
25  -type sig \
26  -cell_name {top PADCELL_SIG_V bottom PADCELL_SIG_V left PADCELL_SIG_H right PADCELL_SIG_H} \
27  -orient {bottom R0 right R90 top R180 left R270} \
28  -pad_pin_name PAD
29
30define_pad_cell \
31  -name PADCELL_VDD \
32  -type vdd \
33  -cell_name {top PADCELL_VDD_V bottom PADCELL_VDD_V left PADCELL_VDD_H right PADCELL_VDD_H} \
34  -orient {bottom R0 right R90 top R180 left R270} \
35  -pad_pin_name VDD
36
37define_pad_cell \
38  -name PADCELL_VSS \
39  -type vss \
40  -cell_name {top PADCELL_VSS_V bottom PADCELL_VSS_V left PADCELL_VSS_H right PADCELL_VSS_H} \
41  -orient {bottom R0 right R90 top R180 left R270} \
42  -pad_pin_name VSS
43
44define_pad_cell \
45  -name PADCELL_VDDIO \
46  -type vddio \
47  -cell_name {top PADCELL_VDDIO_V bottom PADCELL_VDDIO_V left PADCELL_VDDIO_H right PADCELL_VDDIO_H} \
48  -orient {bottom R0 right R90 top R180 left R270} \
49  -pad_pin_name DVDD
50
51define_pad_cell \
52  -name PADCELL_VSSIO \
53  -type vssio \
54  -cell_name {top PADCELL_VSSIO_V bottom PADCELL_VSSIO_V left PADCELL_VSSIO_H right PADCELL_VSSIO_H} \
55  -orient {bottom R0 right R90 top R180 left R270} \
56  -pad_pin_name DVSS
57
58define_pad_cell \
59  -name PADCELL_CBRK \
60  -type cbk \
61  -cell_name {bottom PADCELL_CBRK_V right PADCELL_CBRK_H top PADCELL_CBRK_V left PADCELL_CBRK_H} \
62  -orient {bottom R0 right R90 top R180 left R270} \
63  -break_signals {RETN {RETNA RETNB} SNS {SNSA SNSB}} \
64  -physical_only
65
66define_pad_cell \
67  -name PADCELL_PWRDET \
68  -type pdt \
69  -cell_name {bottom PADCELL_PWRDET_V right PADCELL_PWRDET_H top PADCELL_PWRDET_V left PADCELL_PWRDET_H} \
70  -orient {bottom R0 right R90 top R180 left R270} \
71  -physical_only
72
73define_pad_cell \
74  -name PADCELL_FBRK \
75  -type fbk \
76  -cell_name {bottom PADCELL_FBRK_V right PADCELL_FBRK_H top PADCELL_FBRK_V left PADCELL_FBRK_H} \
77  -orient {bottom R0 right R90 top R180 left R270} \
78  -break_signals {RETN {RETNA RETNB} SNS {SNSA SNSB} DVDD {DVDDA DVDDB} DVSS {DVSSA DVSSB}} \
79  -physical_only
80
81define_pad_cell \
82  -name PAD_FILL5 \
83  -fill \
84  -cell_name {bottom PAD_FILL5_V right PAD_FILL5_H top PAD_FILL5_V left PAD_FILL5_H} \
85  -orient {bottom R0 right MY top R180 left MX} \
86  -physical_only
87
88define_pad_cell \
89  -name PAD_FILL1 \
90  -fill \
91  -cell_name {bottom PAD_FILL1_V right PAD_FILL1_H top PAD_FILL1_V left PAD_FILL1_H} \
92  -orient {bottom R0 right MY top R180 left MX} \
93  -physical_only
94
95define_pad_cell \
96  -name PAD_CORNER \
97  -corner \
98  -orient {ll R0 lr R90 ur R180 ul R270} \
99  -physical_only
100
101define_pad_cell \
102  -name DUMMY_BUMP \
103  -bump \
104  -physical_only
105
106set_padring_options \
107  -type wirebond \
108  -power  {VDD DVDD_0 DVDD_1} \
109  -ground {VSS DVSS_0 DVSS_1} \
110  -offsets 35 \
111  -pin_layer metal10 \
112  -pad_inst_pattern "%s" \
113  -pad_pin_pattern "p_%s" \
114  -connect_by_abutment {SNS RETN DVDD DVSS}
115
116place_cell -cell MARKER -inst_name u_marker_0 -origin {1197.5 1199.3} -orient R0 -status FIRM
117
118# Define the same padring for soc_bsg_black_parrot_nangate45 using TCL commands, rather than strategy file.
119#
120add_pad -edge bottom -signal p_ddr_dm_1_o         -type sig   -location {centre {x  292.000 y  105.000}} -bondpad {centre {x  292.000 y   63.293}}
121add_pad -edge bottom -signal p_ddr_dqs_n_1_io     -type sig   -location {centre {x  362.000 y  105.000}} -bondpad {centre {x  362.000 y   63.293}}
122add_pad -edge bottom -signal p_ddr_dqs_p_1_io     -type sig   -location {centre {x  432.000 y  105.000}} -bondpad {centre {x  432.000 y   63.293}}
123add_pad -edge bottom -signal p_ddr_ba_2_o         -type sig   -location {centre {x  502.000 y  105.000}} -bondpad {centre {x  502.000 y   63.293}}
124add_pad -edge bottom -signal p_ddr_ba_1_o         -type sig   -location {centre {x  607.000 y  105.000}} -bondpad {centre {x  607.000 y   63.293}}
125add_pad -edge bottom -signal p_ddr_ba_0_o         -type sig   -location {centre {x  677.000 y  105.000}} -bondpad {centre {x  677.000 y   63.293}}
126add_pad -edge bottom -signal p_ddr_addr_15_o      -type sig   -location {centre {x  747.000 y  105.000}} -bondpad {centre {x  747.000 y   63.293}}
127add_pad -edge bottom -signal p_ddr_addr_14_o      -type sig   -location {centre {x  817.000 y  105.000}} -bondpad {centre {x  817.000 y   63.293}}
128add_pad -edge bottom -signal p_ddr_addr_13_o      -type sig   -location {centre {x  887.000 y  105.000}} -bondpad {centre {x  887.000 y   63.293}}
129add_pad -edge bottom -signal p_ddr_addr_12_o      -type sig   -location {centre {x  957.000 y  105.000}} -bondpad {centre {x  957.000 y   63.293}}
130add_pad -edge bottom -signal p_ddr_addr_11_o      -type sig   -location {centre {x 1027.000 y  105.000}} -bondpad {centre {x 1027.000 y   63.293}}
131add_pad -edge bottom -signal p_ddr_addr_10_o      -type sig   -location {centre {x 1097.000 y  105.000}} -bondpad {centre {x 1097.000 y   63.293}}
132add_pad -edge bottom -signal p_ddr_addr_9_o       -type sig   -location {centre {x 1167.000 y  105.000}} -bondpad {centre {x 1167.000 y   63.293}}
133add_pad -edge bottom -signal p_ddr_addr_8_o       -type sig   -location {centre {x 1272.000 y  105.000}} -bondpad {centre {x 1272.000 y   63.293}}
134add_pad -edge bottom -signal p_ddr_addr_7_o       -type sig   -location {centre {x 1342.000 y  105.000}} -bondpad {centre {x 1342.000 y   63.293}}
135add_pad -edge bottom -signal p_ddr_addr_6_o       -type sig   -location {centre {x 1412.000 y  105.000}} -bondpad {centre {x 1412.000 y   63.293}}
136add_pad -edge bottom -signal p_ddr_addr_5_o       -type sig   -location {centre {x 1482.000 y  105.000}} -bondpad {centre {x 1482.000 y   63.293}}
137add_pad -edge bottom -signal p_ddr_addr_4_o       -type sig   -location {centre {x 1552.000 y  105.000}} -bondpad {centre {x 1552.000 y   63.293}}
138add_pad -edge bottom -signal p_ddr_addr_3_o       -type sig   -location {centre {x 1622.000 y  105.000}} -bondpad {centre {x 1622.000 y   63.293}}
139add_pad -edge bottom -signal p_ddr_addr_2_o       -type sig   -location {centre {x 1692.000 y  105.000}} -bondpad {centre {x 1692.000 y   63.293}}
140add_pad -edge bottom -signal p_ddr_addr_1_o       -type sig   -location {centre {x 1762.000 y  105.000}} -bondpad {centre {x 1762.000 y   63.293}}
141add_pad -edge bottom -signal p_ddr_addr_0_o       -type sig   -location {centre {x 1867.000 y  105.000}} -bondpad {centre {x 1867.000 y   63.293}}
142add_pad -edge bottom -signal p_ddr_odt_o          -type sig   -location {centre {x 1937.000 y  105.000}} -bondpad {centre {x 1937.000 y   63.293}}
143add_pad -edge bottom -signal p_ddr_reset_n_o      -type sig   -location {centre {x 2007.000 y  105.000}} -bondpad {centre {x 2007.000 y   63.293}}
144add_pad -edge bottom -signal p_ddr_we_n_o         -type sig   -location {centre {x 2077.000 y  105.000}} -bondpad {centre {x 2077.000 y   63.293}}
145add_pad -edge bottom -signal p_ddr_cas_n_o        -type sig   -location {centre {x 2147.000 y  105.000}} -bondpad {centre {x 2147.000 y   63.293}}
146add_pad -edge bottom -signal p_ddr_ras_n_o        -type sig   -location {centre {x 2217.000 y  105.000}} -bondpad {centre {x 2217.000 y   63.293}}
147add_pad -edge bottom -signal p_ddr_cs_n_o         -type sig   -location {centre {x 2287.000 y  105.000}} -bondpad {centre {x 2287.000 y   63.293}}
148add_pad -edge bottom -signal p_ddr_cke_o          -type sig   -location {centre {x 2357.000 y  105.000}} -bondpad {centre {x 2357.000 y   63.293}}
149add_pad -edge bottom -signal p_ddr_ck_n_o         -type sig   -location {centre {x 2427.000 y  105.000}} -bondpad {centre {x 2427.000 y   63.293}}
150add_pad -edge bottom -signal p_ddr_ck_p_o         -type sig   -location {centre {x 2532.000 y  105.000}} -bondpad {centre {x 2532.000 y   63.293}}
151add_pad -edge bottom -signal p_ddr_dqs_n_2_io     -type sig   -location {centre {x 2602.000 y  105.000}} -bondpad {centre {x 2602.000 y   63.293}}
152add_pad -edge bottom -signal p_ddr_dqs_p_2_io     -type sig   -location {centre {x 2672.000 y  105.000}} -bondpad {centre {x 2672.000 y   63.293}}
153add_pad -edge bottom -signal p_ddr_dm_2_o         -type sig   -location {centre {x 2742.000 y  105.000}} -bondpad {centre {x 2742.000 y   63.293}}
154add_pad -edge bottom -inst_name u_vzz_0   -signal DVSS_0               -type vssio -location {centre {x  257.000 y  105.000}} -bondpad {centre {x  257.000 y  149.893}}
155add_pad -edge bottom -inst_name u_v18_0   -signal DVDD_0               -type vddio -location {centre {x  327.000 y  105.000}} -bondpad {centre {x  327.000 y  149.893}}
156add_pad -edge bottom -inst_name u_vss_0   -signal VSS                  -type vss   -location {centre {x  397.000 y  105.000}} -bondpad {centre {x  397.000 y  149.893}}
157add_pad -edge bottom -inst_name u_vdd_0   -signal VDD                  -type vdd   -location {centre {x  467.000 y  105.000}} -bondpad {centre {x  467.000 y  149.893}}
158add_pad -edge bottom -inst_name u_vzz_1   -signal DVSS_0               -type vssio -location {centre {x  537.000 y  105.000}} -bondpad {centre {x  537.000 y  149.893}}
159add_pad -edge bottom -inst_name u_v18_1   -signal DVDD_0               -type vddio -location {centre {x  642.000 y  105.000}} -bondpad {centre {x  642.000 y  149.893}}
160add_pad -edge bottom -inst_name u_vss_1   -signal VSS                  -type vss   -location {centre {x  712.000 y  105.000}} -bondpad {centre {x  712.000 y  149.893}}
161add_pad -edge bottom -inst_name u_vdd_1   -signal VDD                  -type vdd   -location {centre {x  782.000 y  105.000}} -bondpad {centre {x  782.000 y  149.893}}
162add_pad -edge bottom -inst_name u_vzz_2   -signal DVSS_0               -type vssio -location {centre {x  852.000 y  105.000}} -bondpad {centre {x  852.000 y  149.893}}
163add_pad -edge bottom -inst_name u_v18_2   -signal DVDD_0               -type vddio -location {centre {x  922.000 y  105.000}} -bondpad {centre {x  922.000 y  149.893}}
164add_pad -edge bottom -inst_name u_vss_2   -signal VSS                  -type vss   -location {centre {x  992.000 y  105.000}} -bondpad {centre {x  992.000 y  149.893}}
165add_pad -edge bottom -inst_name u_vdd_2   -signal VDD                  -type vdd   -location {centre {x 1062.000 y  105.000}} -bondpad {centre {x 1062.000 y  149.893}}
166add_pad -edge bottom -inst_name u_vzz_3   -signal DVSS_0               -type vssio -location {centre {x 1132.000 y  105.000}} -bondpad {centre {x 1132.000 y  149.893}}
167add_pad -edge bottom -inst_name u_v18_3   -signal DVDD_0               -type vddio -location {centre {x 1237.000 y  105.000}} -bondpad {centre {x 1237.000 y  149.893}}
168add_pad -edge bottom -inst_name u_vss_3   -signal VSS                  -type vss   -location {centre {x 1307.000 y  105.000}} -bondpad {centre {x 1307.000 y  149.893}}
169add_pad -edge bottom -inst_name u_vdd_3   -signal VDD                  -type vdd   -location {centre {x 1377.000 y  105.000}} -bondpad {centre {x 1377.000 y  149.893}}
170add_pad -edge bottom -inst_name u_vzz_4   -signal DVSS_0               -type vssio -location {centre {x 1447.000 y  105.000}} -bondpad {centre {x 1447.000 y  149.893}}
171add_pad -edge bottom -inst_name u_v18_4   -signal DVDD_0               -type vddio -location {centre {x 1517.000 y  105.000}} -bondpad {centre {x 1517.000 y  149.893}}
172add_pad -edge bottom -inst_name u_vss_4   -signal VSS                  -type vss   -location {centre {x 1587.000 y  105.000}} -bondpad {centre {x 1587.000 y  149.893}}
173add_pad -edge bottom -inst_name u_vdd_4   -signal VDD                  -type vdd   -location {centre {x 1657.000 y  105.000}} -bondpad {centre {x 1657.000 y  149.893}}
174add_pad -edge bottom -inst_name u_vzz_5   -signal DVSS_0               -type vssio -location {centre {x 1727.000 y  105.000}} -bondpad {centre {x 1727.000 y  149.893}}
175add_pad -edge bottom -inst_name u_v18_5   -signal DVDD_0               -type vddio -location {centre {x 1797.000 y  105.000}} -bondpad {centre {x 1797.000 y  149.893}}
176add_pad -edge bottom -inst_name u_vss_5   -signal VSS                  -type vss   -location {centre {x 1902.000 y  105.000}} -bondpad {centre {x 1902.000 y  149.893}}
177add_pad -edge bottom -inst_name u_vdd_5   -signal VDD                  -type vdd   -location {centre {x 1972.000 y  105.000}} -bondpad {centre {x 1972.000 y  149.893}}
178add_pad -edge bottom -inst_name u_vzz_6   -signal DVSS_0               -type vssio -location {centre {x 2042.000 y  105.000}} -bondpad {centre {x 2042.000 y  149.893}}
179add_pad -edge bottom -inst_name u_v18_6   -signal DVDD_0               -type vddio -location {centre {x 2112.000 y  105.000}} -bondpad {centre {x 2112.000 y  149.893}}
180add_pad -edge bottom -inst_name u_vss_6   -signal VSS                  -type vss   -location {centre {x 2182.000 y  105.000}} -bondpad {centre {x 2182.000 y  149.893}}
181add_pad -edge bottom -inst_name u_vdd_6   -signal VDD                  -type vdd   -location {centre {x 2252.000 y  105.000}} -bondpad {centre {x 2252.000 y  149.893}}
182add_pad -edge bottom -inst_name u_vzz_7   -signal DVSS_0               -type vssio -location {centre {x 2322.000 y  105.000}} -bondpad {centre {x 2322.000 y  149.893}}
183add_pad -edge bottom -inst_name u_v18_7   -signal DVDD_0               -type vddio -location {centre {x 2392.000 y  105.000}} -bondpad {centre {x 2392.000 y  149.893}}
184add_pad -edge bottom -inst_name u_vss_7   -signal VSS                  -type vss   -location {centre {x 2497.000 y  105.000}} -bondpad {centre {x 2497.000 y  149.893}}
185add_pad -edge bottom -inst_name u_vdd_7   -signal VDD                  -type vdd   -location {centre {x 2567.000 y  105.000}} -bondpad {centre {x 2567.000 y  149.893}}
186add_pad -edge bottom -inst_name u_vzz_8   -signal DVSS_0               -type vssio -location {centre {x 2637.000 y  105.000}} -bondpad {centre {x 2637.000 y  149.893}}
187add_pad -edge bottom -inst_name u_v18_8   -signal DVDD_0               -type vddio -location {centre {x 2707.000 y  105.000}} -bondpad {centre {x 2707.000 y  149.893}}
188add_pad -edge bottom -inst_name u_cbrk0                -type cbk   -location {centre {x  239.500 y  105.000}}
189add_pad -edge bottom -inst_name u_cbrk1                -type cbk   -location {centre {x  869.500 y  105.000}}
190add_pad -edge bottom -inst_name u_cbrk2                -type cbk   -location {centre {x 1499.500 y  105.000}}
191add_pad -edge bottom -inst_name u_cbrk3                -type cbk   -location {centre {x 2129.500 y  105.000}}
192add_pad -edge bottom -inst_name u_cbrk4                -type cbk   -location {centre {x 2759.500 y  105.000}}
193add_pad -edge bottom -inst_name u_pwrdet0              -type pdt   -location {centre {x  572.000 y  105.000}}
194add_pad -edge bottom -inst_name u_pwrdet1              -type pdt   -location {centre {x 1202.000 y  105.000}}
195add_pad -edge bottom -inst_name u_pwrdet2              -type pdt   -location {centre {x 1832.000 y  105.000}}
196add_pad -edge bottom -inst_name u_pwrdet3              -type pdt   -location {centre {x 2462.000 y  105.000}}
197add_pad -edge right  -signal p_ddr_dq_23_io       -type sig   -location {centre {x 2895.000 y  292.000}} -bondpad {centre {x 2936.707 y  292.000}}
198add_pad -edge right  -signal p_ddr_dq_22_io       -type sig   -location {centre {x 2895.000 y  362.000}} -bondpad {centre {x 2936.707 y  362.000}}
199add_pad -edge right  -signal p_ddr_dq_21_io       -type sig   -location {centre {x 2895.000 y  432.000}} -bondpad {centre {x 2936.707 y  432.000}}
200add_pad -edge right  -signal p_ddr_dq_20_io       -type sig   -location {centre {x 2895.000 y  502.000}} -bondpad {centre {x 2936.707 y  502.000}}
201add_pad -edge right  -signal p_ddr_dq_19_io       -type sig   -location {centre {x 2895.000 y  607.000}} -bondpad {centre {x 2936.707 y  607.000}}
202add_pad -edge right  -signal p_ddr_dq_18_io       -type sig   -location {centre {x 2895.000 y  677.000}} -bondpad {centre {x 2936.707 y  677.000}}
203add_pad -edge right  -signal p_ddr_dq_17_io       -type sig   -location {centre {x 2895.000 y  747.000}} -bondpad {centre {x 2936.707 y  747.000}}
204add_pad -edge right  -signal p_ddr_dq_16_io       -type sig   -location {centre {x 2895.000 y  817.000}} -bondpad {centre {x 2936.707 y  817.000}}
205add_pad -edge right  -signal p_ddr_dq_31_io       -type sig   -location {centre {x 2895.000 y  887.000}} -bondpad {centre {x 2936.707 y  887.000}}
206add_pad -edge right  -signal p_ddr_dq_30_io       -type sig   -location {centre {x 2895.000 y  957.000}} -bondpad {centre {x 2936.707 y  957.000}}
207add_pad -edge right  -signal p_ddr_dq_29_io       -type sig   -location {centre {x 2895.000 y 1027.000}} -bondpad {centre {x 2936.707 y 1027.000}}
208add_pad -edge right  -signal p_ddr_dq_28_io       -type sig   -location {centre {x 2895.000 y 1097.000}} -bondpad {centre {x 2936.707 y 1097.000}}
209add_pad -edge right  -signal p_ddr_dq_27_io       -type sig   -location {centre {x 2895.000 y 1167.000}} -bondpad {centre {x 2936.707 y 1167.000}}
210add_pad -edge right  -signal p_ddr_dq_26_io       -type sig   -location {centre {x 2895.000 y 1272.000}} -bondpad {centre {x 2936.707 y 1272.000}}
211add_pad -edge right  -signal p_ddr_dq_25_io       -type sig   -location {centre {x 2895.000 y 1342.000}} -bondpad {centre {x 2936.707 y 1342.000}}
212add_pad -edge right  -signal p_ddr_dq_24_io       -type sig   -location {centre {x 2895.000 y 1412.000}} -bondpad {centre {x 2936.707 y 1412.000}}
213add_pad -edge right  -signal p_ddr_dqs_n_3_io     -type sig   -location {centre {x 2895.000 y 1482.000}} -bondpad {centre {x 2936.707 y 1482.000}}
214add_pad -edge right  -signal p_ddr_dqs_p_3_io     -type sig   -location {centre {x 2895.000 y 1552.000}} -bondpad {centre {x 2936.707 y 1552.000}}
215add_pad -edge right  -signal p_ddr_dm_3_o         -type sig   -location {centre {x 2895.000 y 1622.000}} -bondpad {centre {x 2936.707 y 1622.000}}
216add_pad -edge right  -signal p_bsg_tag_clk_i      -type sig   -location {centre {x 2895.000 y 1692.000}} -bondpad {centre {x 2936.707 y 1692.000}}
217add_pad -edge right  -signal p_bsg_tag_data_i     -type sig   -location {centre {x 2895.000 y 1762.000}} -bondpad {centre {x 2936.707 y 1762.000}}
218add_pad -edge right  -signal p_bsg_tag_en_i       -type sig   -location {centre {x 2895.000 y 1867.000}} -bondpad {centre {x 2936.707 y 1867.000}}
219add_pad -edge right  -signal p_ci_8_i             -type sig   -location {centre {x 2895.000 y 1937.000}} -bondpad {centre {x 2936.707 y 1937.000}}
220add_pad -edge right  -signal p_ci_7_i             -type sig   -location {centre {x 2895.000 y 2007.000}} -bondpad {centre {x 2936.707 y 2007.000}}
221add_pad -edge right  -signal p_ci_6_i             -type sig   -location {centre {x 2895.000 y 2077.000}} -bondpad {centre {x 2936.707 y 2077.000}}
222add_pad -edge right  -signal p_ci_5_i             -type sig   -location {centre {x 2895.000 y 2147.000}} -bondpad {centre {x 2936.707 y 2147.000}}
223add_pad -edge right  -signal p_ci_v_i             -type sig   -location {centre {x 2895.000 y 2217.000}} -bondpad {centre {x 2936.707 y 2217.000}}
224add_pad -edge right  -signal p_ci_tkn_o           -type sig   -location {centre {x 2895.000 y 2287.000}} -bondpad {centre {x 2936.707 y 2287.000}}
225add_pad -edge right  -signal p_ci_clk_i           -type sig   -location {centre {x 2895.000 y 2357.000}} -bondpad {centre {x 2936.707 y 2357.000}}
226add_pad -edge right  -signal p_ci_4_i             -type sig   -location {centre {x 2895.000 y 2427.000}} -bondpad {centre {x 2936.707 y 2427.000}}
227add_pad -edge right  -signal p_ci_3_i             -type sig   -location {centre {x 2895.000 y 2532.000}} -bondpad {centre {x 2936.707 y 2532.000}}
228add_pad -edge right  -signal p_ci_2_i             -type sig   -location {centre {x 2895.000 y 2602.000}} -bondpad {centre {x 2936.707 y 2602.000}}
229add_pad -edge right  -signal p_ci_1_i             -type sig   -location {centre {x 2895.000 y 2672.000}} -bondpad {centre {x 2936.707 y 2672.000}}
230add_pad -edge right  -signal p_ci_0_i             -type sig   -location {centre {x 2895.000 y 2742.000}} -bondpad {centre {x 2936.707 y 2742.000}}
231add_pad -edge right  -inst_name u_vss_8   -signal VSS                  -type vss   -location {centre {x 2895.000 y  257.000}} -bondpad {centre {x 2850.161 y  257.000}}
232add_pad -edge right  -inst_name u_vdd_8   -signal VDD                  -type vdd   -location {centre {x 2895.000 y  327.000}} -bondpad {centre {x 2850.161 y  327.000}}
233add_pad -edge right  -inst_name u_vzz_9   -signal DVSS_0               -type vssio -location {centre {x 2895.000 y  397.000}} -bondpad {centre {x 2850.161 y  397.000}}
234add_pad -edge right  -inst_name u_v18_9   -signal DVDD_0               -type vddio -location {centre {x 2895.000 y  467.000}} -bondpad {centre {x 2850.161 y  467.000}}
235add_pad -edge right  -inst_name u_vss_9   -signal VSS                  -type vss   -location {centre {x 2895.000 y  537.000}} -bondpad {centre {x 2850.161 y  537.000}}
236add_pad -edge right  -inst_name u_vdd_9   -signal VDD                  -type vdd   -location {centre {x 2895.000 y  642.000}} -bondpad {centre {x 2850.161 y  642.000}}
237add_pad -edge right  -inst_name u_vzz_10  -signal DVSS_0               -type vssio -location {centre {x 2895.000 y  712.000}} -bondpad {centre {x 2850.161 y  712.000}}
238add_pad -edge right  -inst_name u_v18_10  -signal DVDD_0               -type vddio -location {centre {x 2895.000 y  782.000}} -bondpad {centre {x 2850.161 y  782.000}}
239add_pad -edge right  -inst_name u_vss_10  -signal VSS                  -type vss   -location {centre {x 2895.000 y  852.000}} -bondpad {centre {x 2850.161 y  852.000}}
240add_pad -edge right  -inst_name u_vdd_10  -signal VDD                  -type vdd   -location {centre {x 2895.000 y  922.000}} -bondpad {centre {x 2850.161 y  922.000}}
241add_pad -edge right  -inst_name u_vzz_11  -signal DVSS_0               -type vssio -location {centre {x 2895.000 y  992.000}} -bondpad {centre {x 2850.161 y  992.000}}
242add_pad -edge right  -inst_name u_v18_11  -signal DVDD_0               -type vddio -location {centre {x 2895.000 y 1062.000}} -bondpad {centre {x 2850.161 y 1062.000}}
243add_pad -edge right  -inst_name u_vss_11  -signal VSS                  -type vss   -location {centre {x 2895.000 y 1132.000}} -bondpad {centre {x 2850.161 y 1132.000}}
244add_pad -edge right  -inst_name u_vdd_11  -signal VDD                  -type vdd   -location {centre {x 2895.000 y 1237.000}} -bondpad {centre {x 2850.161 y 1237.000}}
245add_pad -edge right  -inst_name u_vzz_12  -signal DVSS_0               -type vssio -location {centre {x 2895.000 y 1307.000}} -bondpad {centre {x 2850.161 y 1307.000}}
246add_pad -edge right  -inst_name u_v18_12  -signal DVDD_0               -type vddio -location {centre {x 2895.000 y 1377.000}} -bondpad {centre {x 2850.161 y 1377.000}}
247add_pad -edge right  -inst_name u_vss_12  -signal VSS                  -type vss   -location {centre {x 2895.000 y 1447.000}} -bondpad {centre {x 2850.161 y 1447.000}}
248add_pad -edge right  -inst_name u_vdd_12  -signal VDD                  -type vdd   -location {centre {x 2895.000 y 1517.000}} -bondpad {centre {x 2850.161 y 1517.000}}
249add_pad -edge right  -inst_name u_vzz_13  -signal DVSS_0               -type vssio -location {centre {x 2895.000 y 1587.000}} -bondpad {centre {x 2850.161 y 1587.000}}
250add_pad -edge right  -inst_name u_v18_13  -signal DVDD_0               -type vddio -location {centre {x 2895.000 y 1657.000}} -bondpad {centre {x 2850.161 y 1657.000}}
251add_pad -edge right  -inst_name u_vss_13  -signal VSS                  -type vss   -location {centre {x 2895.000 y 1727.000}} -bondpad {centre {x 2850.161 y 1727.000}}
252add_pad -edge right  -inst_name u_vdd_13  -signal VDD                  -type vdd   -location {centre {x 2895.000 y 1797.000}} -bondpad {centre {x 2850.161 y 1797.000}}
253add_pad -edge right  -inst_name u_vzz_14  -signal DVSS_0               -type vssio -location {centre {x 2895.000 y 1902.000}} -bondpad {centre {x 2850.161 y 1902.000}}
254add_pad -edge right  -inst_name u_v18_14  -signal DVDD_0               -type vddio -location {centre {x 2895.000 y 1972.000}} -bondpad {centre {x 2850.161 y 1972.000}}
255add_pad -edge right  -inst_name u_vss_14  -signal VSS                  -type vss   -location {centre {x 2895.000 y 2042.000}} -bondpad {centre {x 2850.161 y 2042.000}}
256add_pad -edge right  -inst_name u_vdd_14  -signal VDD                  -type vdd   -location {centre {x 2895.000 y 2112.000}} -bondpad {centre {x 2850.161 y 2112.000}}
257add_pad -edge right  -inst_name u_vzz_15  -signal DVSS_0               -type vssio -location {centre {x 2895.000 y 2182.000}} -bondpad {centre {x 2850.161 y 2182.000}}
258add_pad -edge right  -inst_name u_v18_15  -signal DVDD_0               -type vddio -location {centre {x 2895.000 y 2252.000}} -bondpad {centre {x 2850.161 y 2252.000}}
259add_pad -edge right  -inst_name u_vss_15  -signal VSS                  -type vss   -location {centre {x 2895.000 y 2322.000}} -bondpad {centre {x 2850.161 y 2322.000}}
260add_pad -edge right  -inst_name u_vdd_15  -signal VDD                  -type vdd   -location {centre {x 2895.000 y 2392.000}} -bondpad {centre {x 2850.161 y 2392.000}}
261add_pad -edge right  -inst_name u_vzz_16  -signal DVSS_0               -type vssio -location {centre {x 2895.000 y 2497.000}} -bondpad {centre {x 2850.161 y 2497.000}}
262add_pad -edge right  -inst_name u_v18_16  -signal DVDD_0               -type vddio -location {centre {x 2895.000 y 2567.000}} -bondpad {centre {x 2850.161 y 2567.000}}
263add_pad -edge right  -inst_name u_vss_16  -signal VSS                  -type vss   -location {centre {x 2895.000 y 2637.000}} -bondpad {centre {x 2850.161 y 2637.000}}
264add_pad -edge right  -inst_name u_vdd_16  -signal VDD                  -type vdd   -location {centre {x 2895.000 y 2707.000}} -bondpad {centre {x 2850.161 y 2707.000}}
265add_pad -edge right  -inst_name u_cbrk5                -type cbk   -location {centre {x 2895.000 y  239.500}}
266add_pad -edge right  -inst_name u_cbrk6                -type cbk   -location {centre {x 2895.000 y  869.500}}
267add_pad -edge right  -inst_name u_cbrk7                -type cbk   -location {centre {x 2895.000 y 1499.500}}
268add_pad -edge right  -inst_name u_cbrk8                -type cbk   -location {centre {x 2895.000 y 2129.500}}
269add_pad -edge right  -inst_name u_cbrk9                -type cbk   -location {centre {x 2895.000 y 2759.500}}
270add_pad -edge right  -inst_name u_pwrdet4              -type pdt   -location {centre {x 2895.000 y  572.000}}
271add_pad -edge right  -inst_name u_pwrdet5              -type pdt   -location {centre {x 2895.000 y 1202.000}}
272add_pad -edge right  -inst_name u_pwrdet6              -type pdt   -location {centre {x 2895.000 y 1832.000}}
273add_pad -edge right  -inst_name u_pwrdet7              -type pdt   -location {centre {x 2895.000 y 2462.000}}
274add_pad -edge top    -signal p_ci2_8_o            -type sig   -location {centre {x 2760.000 y 2895.000}} -bondpad {centre {x 2760.000 y 2850.161}}
275add_pad -edge top    -signal p_ci2_7_o            -type sig   -location {centre {x 2690.000 y 2895.000}} -bondpad {centre {x 2690.000 y 2850.161}}
276add_pad -edge top    -signal p_ci2_6_o            -type sig   -location {centre {x 2620.000 y 2895.000}} -bondpad {centre {x 2620.000 y 2850.161}}
277add_pad -edge top    -signal p_ci2_5_o            -type sig   -location {centre {x 2550.000 y 2895.000}} -bondpad {centre {x 2550.000 y 2850.161}}
278add_pad -edge top    -signal p_ci2_v_o            -type sig   -location {centre {x 2445.000 y 2895.000}} -bondpad {centre {x 2445.000 y 2850.161}}
279add_pad -edge top    -signal p_ci2_tkn_i          -type sig   -location {centre {x 2375.000 y 2895.000}} -bondpad {centre {x 2375.000 y 2850.161}}
280add_pad -edge top    -signal p_ci2_clk_o          -type sig   -location {centre {x 2305.000 y 2895.000}} -bondpad {centre {x 2305.000 y 2850.161}}
281add_pad -edge top    -signal p_ci2_4_o            -type sig   -location {centre {x 2235.000 y 2895.000}} -bondpad {centre {x 2235.000 y 2850.161}}
282add_pad -edge top    -signal p_ci2_3_o            -type sig   -location {centre {x 2165.000 y 2895.000}} -bondpad {centre {x 2165.000 y 2850.161}}
283add_pad -edge top    -signal p_ci2_2_o            -type sig   -location {centre {x 2095.000 y 2895.000}} -bondpad {centre {x 2095.000 y 2850.161}}
284add_pad -edge top    -signal p_ci2_1_o            -type sig   -location {centre {x 2025.000 y 2895.000}} -bondpad {centre {x 2025.000 y 2850.161}}
285add_pad -edge top    -signal p_ci2_0_o            -type sig   -location {centre {x 1955.000 y 2895.000}} -bondpad {centre {x 1955.000 y 2850.161}}
286add_pad -edge top    -signal p_core_async_reset_i -type sig   -location {centre {x 1850.000 y 2895.000}} -bondpad {centre {x 1850.000 y 2850.161}}
287add_pad -edge top    -signal p_sel_2_i            -type sig   -location {centre {x 1780.000 y 2895.000}} -bondpad {centre {x 1780.000 y 2850.161}}
288add_pad -edge top    -signal p_sel_1_i            -type sig   -location {centre {x 1710.000 y 2895.000}} -bondpad {centre {x 1710.000 y 2850.161}}
289add_pad -edge top    -signal p_sel_0_i            -type sig   -location {centre {x 1640.000 y 2895.000}} -bondpad {centre {x 1640.000 y 2850.161}}
290add_pad -edge top    -signal p_misc_o             -type sig   -location {centre {x 1570.000 y 2895.000}} -bondpad {centre {x 1570.000 y 2850.161}}
291add_pad -edge top    -signal p_clk_async_reset_i  -type sig   -location {centre {x 1500.000 y 2895.000}} -bondpad {centre {x 1500.000 y 2850.161}}
292add_pad -edge top    -signal p_clk_o              -type sig   -location {centre {x 1395.000 y 2895.000}} -bondpad {centre {x 1395.000 y 2850.161}}
293add_pad -edge top    -signal p_clk_C_i            -type sig   -location {centre {x 1325.000 y 2895.000}} -bondpad {centre {x 1325.000 y 2850.161}}
294add_pad -edge top    -signal p_clk_B_i            -type sig   -location {centre {x 1255.000 y 2895.000}} -bondpad {centre {x 1255.000 y 2850.161}}
295add_pad -edge top    -signal p_clk_A_i            -type sig   -location {centre {x 1185.000 y 2895.000}} -bondpad {centre {x 1185.000 y 2850.161}}
296add_pad -edge top    -signal p_co_8_i             -type sig   -location {centre {x 1115.000 y 2895.000}} -bondpad {centre {x 1115.000 y 2850.161}}
297add_pad -edge top    -signal p_co_7_i             -type sig   -location {centre {x 1045.000 y 2895.000}} -bondpad {centre {x 1045.000 y 2850.161}}
298add_pad -edge top    -signal p_co_6_i             -type sig   -location {centre {x  940.000 y 2895.000}} -bondpad {centre {x  940.000 y 2850.161}}
299add_pad -edge top    -signal p_co_5_i             -type sig   -location {centre {x  870.000 y 2895.000}} -bondpad {centre {x  870.000 y 2850.161}}
300add_pad -edge top    -signal p_co_v_i             -type sig   -location {centre {x  800.000 y 2895.000}} -bondpad {centre {x  800.000 y 2850.161}}
301add_pad -edge top    -signal p_co_tkn_o           -type sig   -location {centre {x  730.000 y 2895.000}} -bondpad {centre {x  730.000 y 2850.161}}
302add_pad -edge top    -signal p_co_clk_i           -type sig   -location {centre {x  660.000 y 2895.000}} -bondpad {centre {x  660.000 y 2850.161}}
303add_pad -edge top    -signal p_co_4_i             -type sig   -location {centre {x  590.000 y 2895.000}} -bondpad {centre {x  590.000 y 2850.161}}
304add_pad -edge top    -signal p_co_3_i             -type sig   -location {centre {x  520.000 y 2895.000}} -bondpad {centre {x  520.000 y 2850.161}}
305add_pad -edge top    -signal p_co_2_i             -type sig   -location {centre {x  415.000 y 2895.000}} -bondpad {centre {x  415.000 y 2850.161}}
306add_pad -edge top    -signal p_co_1_i             -type sig   -location {centre {x  345.000 y 2895.000}} -bondpad {centre {x  345.000 y 2850.161}}
307add_pad -edge top    -signal p_co_0_i             -type sig   -location {centre {x  275.000 y 2895.000}} -bondpad {centre {x  275.000 y 2850.161}}
308add_pad -edge top    -inst_name u_vzz_17  -signal DVSS_0               -type vssio -location {centre {x 2725.000 y 2895.000}} -bondpad {centre {x 2725.000 y 2936.707}}
309add_pad -edge top    -inst_name u_v18_17  -signal DVDD_0               -type vddio -location {centre {x 2655.000 y 2895.000}} -bondpad {centre {x 2655.000 y 2936.707}}
310add_pad -edge top    -inst_name u_vss_17  -signal VSS                  -type vss   -location {centre {x 2585.000 y 2895.000}} -bondpad {centre {x 2585.000 y 2936.707}}
311add_pad -edge top    -inst_name u_vdd_17  -signal VDD                  -type vdd   -location {centre {x 2515.000 y 2895.000}} -bondpad {centre {x 2515.000 y 2936.707}}
312add_pad -edge top    -inst_name u_vzz_18  -signal DVSS_0               -type vssio -location {centre {x 2410.000 y 2895.000}} -bondpad {centre {x 2410.000 y 2936.707}}
313add_pad -edge top    -inst_name u_v18_18  -signal DVDD_0               -type vddio -location {centre {x 2340.000 y 2895.000}} -bondpad {centre {x 2340.000 y 2936.707}}
314add_pad -edge top    -inst_name u_vss_18  -signal VSS                  -type vss   -location {centre {x 2270.000 y 2895.000}} -bondpad {centre {x 2270.000 y 2936.707}}
315add_pad -edge top    -inst_name u_vdd_18  -signal VDD                  -type vdd   -location {centre {x 2200.000 y 2895.000}} -bondpad {centre {x 2200.000 y 2936.707}}
316add_pad -edge top    -inst_name u_vzz_19  -signal DVSS_0               -type vssio -location {centre {x 2130.000 y 2895.000}} -bondpad {centre {x 2130.000 y 2936.707}}
317add_pad -edge top    -inst_name u_v18_19  -signal DVDD_0               -type vddio -location {centre {x 2060.000 y 2895.000}} -bondpad {centre {x 2060.000 y 2936.707}}
318add_pad -edge top    -inst_name u_vss_19  -signal VSS                  -type vss   -location {centre {x 1990.000 y 2895.000}} -bondpad {centre {x 1990.000 y 2936.707}}
319add_pad -edge top    -inst_name u_vdd_19  -signal VDD                  -type vdd   -location {centre {x 1920.000 y 2895.000}} -bondpad {centre {x 1920.000 y 2936.707}}
320add_pad -edge top    -inst_name u_vzz_20  -signal DVSS_0               -type vssio -location {centre {x 1815.000 y 2895.000}} -bondpad {centre {x 1815.000 y 2936.707}}
321add_pad -edge top    -inst_name u_v18_20  -signal DVDD_0               -type vddio -location {centre {x 1745.000 y 2895.000}} -bondpad {centre {x 1745.000 y 2936.707}}
322add_pad -edge top    -inst_name u_vss_20  -signal VSS                  -type vss   -location {centre {x 1675.000 y 2895.000}} -bondpad {centre {x 1675.000 y 2936.707}}
323add_pad -edge top    -inst_name u_vdd_20  -signal VDD                  -type vdd   -location {centre {x 1605.000 y 2895.000}} -bondpad {centre {x 1605.000 y 2936.707}}
324add_pad -edge top    -inst_name u_vss_pll -signal VSS                  -type vss   -location {centre {x 1535.000 y 2895.000}} -bondpad {centre {x 1535.000 y 2936.707}}
325add_pad -edge top    -inst_name u_vdd_pll -signal VDD                  -type vdd   -location {centre {x 1465.000 y 2895.000}} -bondpad {centre {x 1465.000 y 2936.707}}
326add_pad -edge top    -inst_name u_vzz_21  -signal DVSS_1               -type vssio -location {centre {x 1360.000 y 2895.000}} -bondpad {centre {x 1360.000 y 2936.707}}
327add_pad -edge top    -inst_name u_v18_21  -signal DVDD_1               -type vddio -location {centre {x 1290.000 y 2895.000}} -bondpad {centre {x 1290.000 y 2936.707}}
328add_pad -edge top    -inst_name u_vss_21  -signal VSS                  -type vss   -location {centre {x 1220.000 y 2895.000}} -bondpad {centre {x 1220.000 y 2936.707}}
329add_pad -edge top    -inst_name u_vdd_21  -signal VDD                  -type vdd   -location {centre {x 1150.000 y 2895.000}} -bondpad {centre {x 1150.000 y 2936.707}}
330add_pad -edge top    -inst_name u_vzz_22  -signal DVSS_0               -type vssio -location {centre {x 1080.000 y 2895.000}} -bondpad {centre {x 1080.000 y 2936.707}}
331add_pad -edge top    -inst_name u_v18_22  -signal DVDD_0               -type vddio -location {centre {x  975.000 y 2895.000}} -bondpad {centre {x  975.000 y 2936.707}}
332add_pad -edge top    -inst_name u_vss_22  -signal VSS                  -type vss   -location {centre {x  905.000 y 2895.000}} -bondpad {centre {x  905.000 y 2936.707}}
333add_pad -edge top    -inst_name u_vdd_22  -signal VDD                  -type vdd   -location {centre {x  835.000 y 2895.000}} -bondpad {centre {x  835.000 y 2936.707}}
334add_pad -edge top    -inst_name u_vzz_23  -signal DVSS_0               -type vssio -location {centre {x  765.000 y 2895.000}} -bondpad {centre {x  765.000 y 2936.707}}
335add_pad -edge top    -inst_name u_v18_23  -signal DVDD_0               -type vddio -location {centre {x  695.000 y 2895.000}} -bondpad {centre {x  695.000 y 2936.707}}
336add_pad -edge top    -inst_name u_vss_23  -signal VSS                  -type vss   -location {centre {x  625.000 y 2895.000}} -bondpad {centre {x  625.000 y 2936.707}}
337add_pad -edge top    -inst_name u_vdd_23  -signal VDD                  -type vdd   -location {centre {x  555.000 y 2895.000}} -bondpad {centre {x  555.000 y 2936.707}}
338add_pad -edge top    -inst_name u_vzz_24  -signal DVSS_0               -type vssio -location {centre {x  450.000 y 2895.000}} -bondpad {centre {x  450.000 y 2936.707}}
339add_pad -edge top    -inst_name u_v18_24  -signal DVDD_0               -type vddio -location {centre {x  380.000 y 2895.000}} -bondpad {centre {x  380.000 y 2936.707}}
340add_pad -edge top    -inst_name u_vss_24  -signal VSS                  -type vss   -location {centre {x  310.000 y 2895.000}} -bondpad {centre {x  310.000 y 2936.707}}
341add_pad -edge top    -inst_name u_vdd_24  -signal VDD                  -type vdd   -location {centre {x  240.000 y 2895.000}} -bondpad {centre {x  240.000 y 2936.707}}
342add_pad -edge top    -inst_name u_cbrk10               -type cbk   -location {centre {x 2777.500 y 2895.000}}
343add_pad -edge top    -inst_name u_cbrk11               -type cbk   -location {centre {x 2182.500 y 2895.000}}
344add_pad -edge top    -inst_name u_brk0                 -type fbk   -location {centre {x 1587.500 y 2895.000}}
345add_pad -edge top    -inst_name u_brk1                 -type fbk   -location {centre {x 1272.500 y 2895.000}}
346add_pad -edge top    -inst_name u_cbrk12               -type cbk   -location {centre {x  747.500 y 2895.000}}
347add_pad -edge top    -inst_name u_cbrk13               -type cbk   -location {centre {x  222.500 y 2895.000}}
348add_pad -edge top    -inst_name u_pwrdet8              -type pdt   -location {centre {x  485.000 y 2895.000}}
349add_pad -edge top    -inst_name u_pwrdet9              -type pdt   -location {centre {x 1010.000 y 2895.000}}
350add_pad -edge top    -inst_name u_pwrdet10             -type pdt   -location {centre {x 1430.000 y 2895.000}}
351add_pad -edge top    -inst_name u_pwrdet11             -type pdt   -location {centre {x 1885.000 y 2895.000}}
352add_pad -edge top    -inst_name u_pwrdet12             -type pdt   -location {centre {x 2480.000 y 2895.000}}
353add_pad -edge left   -signal p_co2_8_o            -type sig   -location {centre {x  105.000 y 2755.000}} -bondpad {centre {x  63.293 y 2755.000}}
354add_pad -edge left   -signal p_co2_7_o            -type sig   -location {centre {x  105.000 y 2681.000}} -bondpad {centre {x  63.293 y 2681.000}}
355add_pad -edge left   -signal p_co2_6_o            -type sig   -location {centre {x  105.000 y 2607.000}} -bondpad {centre {x  63.293 y 2607.000}}
356add_pad -edge left   -signal p_co2_5_o            -type sig   -location {centre {x  105.000 y 2533.000}} -bondpad {centre {x  63.293 y 2533.000}}
357add_pad -edge left   -signal p_co2_v_o            -type sig   -location {centre {x  105.000 y 2422.000}} -bondpad {centre {x  63.293 y 2422.000}}
358add_pad -edge left   -signal p_co2_tkn_i          -type sig   -location {centre {x  105.000 y 2348.000}} -bondpad {centre {x  63.293 y 2348.000}}
359add_pad -edge left   -signal p_co2_clk_o          -type sig   -location {centre {x  105.000 y 2274.000}} -bondpad {centre {x  63.293 y 2274.000}}
360add_pad -edge left   -signal p_co2_4_o            -type sig   -location {centre {x  105.000 y 2200.000}} -bondpad {centre {x  63.293 y 2200.000}}
361add_pad -edge left   -signal p_co2_3_o            -type sig   -location {centre {x  105.000 y 2128.000}} -bondpad {centre {x  63.293 y 2128.000}}
362add_pad -edge left   -signal p_co2_2_o            -type sig   -location {centre {x  105.000 y 2054.000}} -bondpad {centre {x  63.293 y 2054.000}}
363add_pad -edge left   -signal p_co2_1_o            -type sig   -location {centre {x  105.000 y 1980.000}} -bondpad {centre {x  63.293 y 1980.000}}
364add_pad -edge left   -signal p_co2_0_o            -type sig   -location {centre {x  105.000 y 1906.000}} -bondpad {centre {x  63.293 y 1906.000}}
365add_pad -edge left   -signal p_bsg_tag_clk_o      -type sig   -location {centre {x  105.000 y 1795.000}} -bondpad {centre {x  63.293 y 1795.000}}
366add_pad -edge left   -signal p_bsg_tag_data_o     -type sig   -location {centre {x  105.000 y 1721.000}} -bondpad {centre {x  63.293 y 1721.000}}
367add_pad -edge left   -signal p_ddr_dq_7_io        -type sig   -location {centre {x  105.000 y 1647.000}} -bondpad {centre {x  63.293 y 1647.000}}
368add_pad -edge left   -signal p_ddr_dq_6_io        -type sig   -location {centre {x  105.000 y 1573.000}} -bondpad {centre {x  63.293 y 1573.000}}
369add_pad -edge left   -signal p_ddr_dq_5_io        -type sig   -location {centre {x  105.000 y 1501.000}} -bondpad {centre {x  63.293 y 1501.000}}
370add_pad -edge left   -signal p_ddr_dq_4_io        -type sig   -location {centre {x  105.000 y 1427.000}} -bondpad {centre {x  63.293 y 1427.000}}
371add_pad -edge left   -signal p_ddr_dq_3_io        -type sig   -location {centre {x  105.000 y 1353.000}} -bondpad {centre {x  63.293 y 1353.000}}
372add_pad -edge left   -signal p_ddr_dq_2_io        -type sig   -location {centre {x  105.000 y 1279.000}} -bondpad {centre {x  63.293 y 1279.000}}
373add_pad -edge left   -signal p_ddr_dq_1_io        -type sig   -location {centre {x  105.000 y 1168.000}} -bondpad {centre {x  63.293 y 1168.000}}
374add_pad -edge left   -signal p_ddr_dq_0_io        -type sig   -location {centre {x  105.000 y 1094.000}} -bondpad {centre {x  63.293 y 1094.000}}
375add_pad -edge left   -signal p_ddr_dm_0_o         -type sig   -location {centre {x  105.000 y 1020.000}} -bondpad {centre {x  63.293 y 1020.000}}
376add_pad -edge left   -signal p_ddr_dqs_n_0_io     -type sig   -location {centre {x  105.000 y  946.000}} -bondpad {centre {x  63.293 y  946.000}}
377add_pad -edge left   -signal p_ddr_dqs_p_0_io     -type sig   -location {centre {x  105.000 y  874.000}} -bondpad {centre {x  63.293 y  874.000}}
378add_pad -edge left   -signal p_ddr_dq_15_io       -type sig   -location {centre {x  105.000 y  800.000}} -bondpad {centre {x  63.293 y  800.000}}
379add_pad -edge left   -signal p_ddr_dq_14_io       -type sig   -location {centre {x  105.000 y  726.000}} -bondpad {centre {x  63.293 y  726.000}}
380add_pad -edge left   -signal p_ddr_dq_13_io       -type sig   -location {centre {x  105.000 y  652.000}} -bondpad {centre {x  63.293 y  652.000}}
381add_pad -edge left   -signal p_ddr_dq_12_io       -type sig   -location {centre {x  105.000 y  578.000}} -bondpad {centre {x  63.293 y  578.000}}
382add_pad -edge left   -signal p_ddr_dq_11_io       -type sig   -location {centre {x  105.000 y  467.000}} -bondpad {centre {x  63.293 y  467.000}}
383add_pad -edge left   -signal p_ddr_dq_10_io       -type sig   -location {centre {x  105.000 y  393.000}} -bondpad {centre {x  63.293 y  393.000}}
384add_pad -edge left   -signal p_ddr_dq_9_io        -type sig   -location {centre {x  105.000 y  319.000}} -bondpad {centre {x  63.293 y  319.000}}
385add_pad -edge left   -signal p_ddr_dq_8_io        -type sig   -location {centre {x  105.000 y  245.000}} -bondpad {centre {x  63.293 y  245.000}}
386add_pad -edge left   -inst_name u_vzz_25  -signal DVSS_0               -type vssio -location {centre {x  105.000 y 2718.000}} -bondpad {centre {x 149.893 y 2718.000}}
387add_pad -edge left   -inst_name u_v18_25  -signal DVDD_0               -type vddio -location {centre {x  105.000 y 2644.000}} -bondpad {centre {x 149.893 y 2644.000}}
388add_pad -edge left   -inst_name u_vss_25  -signal VSS                  -type vss   -location {centre {x  105.000 y 2570.000}} -bondpad {centre {x 149.893 y 2570.000}}
389add_pad -edge left   -inst_name u_vdd_25  -signal VDD                  -type vdd   -location {centre {x  105.000 y 2496.000}} -bondpad {centre {x 149.893 y 2496.000}}
390add_pad -edge left   -inst_name u_vzz_26  -signal DVSS_0               -type vssio -location {centre {x  105.000 y 2385.000}} -bondpad {centre {x 149.893 y 2385.000}}
391add_pad -edge left   -inst_name u_v18_26  -signal DVDD_0               -type vddio -location {centre {x  105.000 y 2311.000}} -bondpad {centre {x 149.893 y 2311.000}}
392add_pad -edge left   -inst_name u_vss_26  -signal VSS                  -type vss   -location {centre {x  105.000 y 2237.000}} -bondpad {centre {x 149.893 y 2237.000}}
393add_pad -edge left   -inst_name u_vdd_26  -signal VDD                  -type vdd   -location {centre {x  105.000 y 2163.000}} -bondpad {centre {x 149.893 y 2163.000}}
394add_pad -edge left   -inst_name u_vzz_27  -signal DVSS_0               -type vssio -location {centre {x  105.000 y 2091.000}} -bondpad {centre {x 149.893 y 2091.000}}
395add_pad -edge left   -inst_name u_v18_27  -signal DVDD_0               -type vddio -location {centre {x  105.000 y 2017.000}} -bondpad {centre {x 149.893 y 2017.000}}
396add_pad -edge left   -inst_name u_vss_27  -signal VSS                  -type vss   -location {centre {x  105.000 y 1943.000}} -bondpad {centre {x 149.893 y 1943.000}}
397add_pad -edge left   -inst_name u_vdd_27  -signal VDD                  -type vdd   -location {centre {x  105.000 y 1869.000}} -bondpad {centre {x 149.893 y 1869.000}}
398add_pad -edge left   -inst_name u_vzz_28  -signal DVSS_0               -type vssio -location {centre {x  105.000 y 1758.000}} -bondpad {centre {x 149.893 y 1758.000}}
399add_pad -edge left   -inst_name u_v18_28  -signal DVDD_0               -type vddio -location {centre {x  105.000 y 1684.000}} -bondpad {centre {x 149.893 y 1684.000}}
400add_pad -edge left   -inst_name u_vss_28  -signal VSS                  -type vss   -location {centre {x  105.000 y 1610.000}} -bondpad {centre {x 149.893 y 1610.000}}
401add_pad -edge left   -inst_name u_vdd_28  -signal VDD                  -type vdd   -location {centre {x  105.000 y 1536.000}} -bondpad {centre {x 149.893 y 1536.000}}
402add_pad -edge left   -inst_name u_vzz_29  -signal DVSS_0               -type vssio -location {centre {x  105.000 y 1464.000}} -bondpad {centre {x 149.893 y 1464.000}}
403add_pad -edge left   -inst_name u_v18_29  -signal DVDD_0               -type vddio -location {centre {x  105.000 y 1390.000}} -bondpad {centre {x 149.893 y 1390.000}}
404add_pad -edge left   -inst_name u_vss_29  -signal VSS                  -type vssio -location {centre {x  105.000 y 1316.000}} -bondpad {centre {x 149.893 y 1316.000}}
405add_pad -edge left   -inst_name u_vdd_29  -signal VDD                  -type vddio -location {centre {x  105.000 y 1242.000}} -bondpad {centre {x 149.893 y 1242.000}}
406add_pad -edge left   -inst_name u_vzz_30  -signal DVSS_0               -type vss   -location {centre {x  105.000 y 1131.000}} -bondpad {centre {x 149.893 y 1131.000}}
407add_pad -edge left   -inst_name u_v18_30  -signal DVDD_0               -type vdd   -location {centre {x  105.000 y 1057.000}} -bondpad {centre {x 149.893 y 1057.000}}
408add_pad -edge left   -inst_name u_vss_30  -signal VSS                  -type vssio -location {centre {x  105.000 y  983.000}} -bondpad {centre {x 149.893 y  983.000}}
409add_pad -edge left   -inst_name u_vdd_30  -signal VDD                  -type vddio -location {centre {x  105.000 y  909.000}} -bondpad {centre {x 149.893 y  909.000}}
410add_pad -edge left   -inst_name u_vzz_31  -signal DVSS_0               -type vss   -location {centre {x  105.000 y  837.000}} -bondpad {centre {x 149.893 y  837.000}}
411add_pad -edge left   -inst_name u_v18_31  -signal DVDD_0               -type vdd   -location {centre {x  105.000 y  763.000}} -bondpad {centre {x 149.893 y  763.000}}
412add_pad -edge left   -inst_name u_vss_31  -signal VSS                  -type vssio -location {centre {x  105.000 y  689.000}} -bondpad {centre {x 149.893 y  689.000}}
413add_pad -edge left   -inst_name u_vdd_31  -signal VDD                  -type vddio -location {centre {x  105.000 y  615.000}} -bondpad {centre {x 149.893 y  615.000}}
414add_pad -edge left   -inst_name u_vzz_32  -signal DVSS_0               -type vss   -location {centre {x  105.000 y  504.000}} -bondpad {centre {x 149.893 y  504.000}}
415add_pad -edge left   -inst_name u_v18_32  -signal DVDD_0               -type vdd   -location {centre {x  105.000 y  430.000}} -bondpad {centre {x 149.893 y  430.000}}
416add_pad -edge left   -inst_name u_vss_32  -signal VSS                  -type vssio -location {centre {x  105.000 y  356.000}} -bondpad {centre {x 149.893 y  356.000}}
417add_pad -edge left   -inst_name u_vdd_32  -signal VDD                  -type vddio -location {centre {x  105.000 y  282.000}} -bondpad {centre {x 149.893 y  282.000}}
418add_pad -edge left   -inst_name u_cbrk14               -type cbk   -location {centre {x  105.000 y 2772.500}}
419add_pad -edge left   -inst_name u_cbrk15               -type cbk   -location {centre {x  105.000 y 2145.500}}
420add_pad -edge left   -inst_name u_cbrk16               -type cbk   -location {centre {x  105.000 y 1518.500}}
421add_pad -edge left   -inst_name u_cbrk17               -type cbk   -location {centre {x  105.000 y  891.500}}
422add_pad -edge left   -inst_name u_cbrk18               -type cbk   -location {centre {x  105.000 y  227.500}}
423add_pad -edge left   -inst_name u_pwrdet13             -type pdt   -location {centre {x  105.000 y 2459.000}}
424add_pad -edge left   -inst_name u_pwrdet14             -type pdt   -location {centre {x  105.000 y 1832.000}}
425add_pad -edge left   -inst_name u_pwrdet15             -type pdt   -location {centre {x  105.000 y 1205.000}}
426add_pad -edge left   -inst_name u_pwrdet16             -type pdt   -location {centre {x  105.000 y  541.000}}
427
428initialize_padring
429
430write_def tcl_interface.example.def
431
432