-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.yaml
More file actions
569 lines (495 loc) · 19.1 KB
/
config.yaml
File metadata and controls
569 lines (495 loc) · 19.1 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
meta:
version: 2
flow: Classic
substituting_steps:
# Greyhound uses a padring instead of pins
OpenROAD.GlobalPlacementSkipIO: null
OpenROAD.IOPlacement: null
+Odb.SetPowerConnections: OpenROAD.Padring
# ECO diodes
#+OpenROAD.DetailedRouting: Odb.InsertECODiodes
+OpenROAD.GlobalRouting: Odb.InsertECODiodes
# ECO buffers
# TODO OpenROAD.ResizerTimingPostGRT
+OpenROAD.CTS: Odb.InsertECOBuffers
# Add Seal Ring
+Checker.XOR: KLayout.SealRing
# Save time
OpenROAD.STAPrePNR: null
OpenROAD.STAMidPNR*: null
# Run Filler insertion
# This is done manually for now
#+KLayout.SealRing: KLayout.FillerGeneration
# Magic reports some overlaps which can be ignored
Checker.IllegalOverlap: null
# Some warnings in the SoC
# GL simulation is fine
Checker.YosysSynthChecks: null
# Setup violations don't matter (for now)
Checker.SetupViolations: null
# Save time
#Magic.SpiceExtraction: null
#Netgen.LVS: null
Magic.WriteLEF: null
Odb.CheckDesignAntennaProperties: null # requires LEF
KLayout.DRC: null
Magic.DRC: null
DESIGN_NAME: FMD_QNC_greyhound_ihp
VERILOG_FILES:
# PACKAGES
- dir::src/soc/soc_pkg.sv
- dir::src/soc/cf_math_pkg.sv
- dir::ip/cv32e40x/rtl/include/cv32e40x_pkg.sv
- dir::ip/obi/src/obi_pkg.sv
# RTL_OBI
- dir::ip/obi/src/obi_intf.sv
- dir::ip/obi/src/obi_mux.sv
- dir::ip/obi/src/obi_demux.sv
- dir::ip/obi/src/obi_err_sbr.sv
- dir::ip/obi/src/obi_sram_shim.sv
# RTL_COMMON
- dir::ip/common_cells/src/fifo_v3.sv
- dir::ip/common_cells/src/rr_arb_tree.sv
- dir::ip/common_cells/src/delta_counter.sv
- dir::ip/common_cells/src/lzc.sv
# Core and SoC
- dir::ip/cv32e40x/rtl/*.sv
- dir::src/soc/greyhound_soc.sv
- dir::src/soc/dummy_extension.sv
- dir::src/soc/fabric_extension.sv
- dir::src/soc/obi2ahbm_adapter.sv
- dir::src/soc/cv32e40x_clock_gate.sv
# Chip
- dir::src/FMD_QNC_greyhound_ihp.v
- dir::src/greyhound_ihp.sv
# Fabric Wrapper
- dir::ip/fabric/rtl/fabric_wrapper.sv
# Fabric Config
- dir::ip/fabric_config/fabric_config.sv
- dir::ip/fabric_config/fabric_spi_controller.sv
- dir::ip/fabric_config/fabric_spi_receiver.sv
# SQPI XiP
- dir::ip/EF_QSPI_XIP_CTRL/hdl/rtl/EF_QSPI_XIP_CTRL.v
- dir::ip/EF_QSPI_XIP_CTRL/hdl/rtl/DMC.v
- dir::ip/EF_QSPI_XIP_CTRL/hdl/rtl/bus_wrappers/EF_QSPI_XIP_CTRL_AHBL.v
# QSPI PSRAM
- dir::ip/EF_PSRAM_CTRL/hdl/rtl/EF_PSRAM_CTRL.v
- dir::ip/EF_PSRAM_CTRL/hdl/rtl/bus_wrapper/EF_PSRAM_CTRL_AHBL.v
# UART
- dir::ip/EF_UART/hdl/rtl/EF_UART.v
- dir::ip/EF_UART/hdl/rtl/bus_wrappers/EF_UART_AHBL.v
# Util
- dir::ip/EF_IP_UTIL/hdl/ef_util_lib.v
# INCLUDES
VERILOG_INCLUDE_DIRS:
- dir::ip/obi/include/
- dir::ip/common_cells/include/
USE_SLANG: True
SLANG_ARGUMENTS: ['--ignore-assertions', '--keep-hierarchy']
SYNTH_HIERARCHY_MODE: flatten
SYNTH_KEEP_HIERARCHY_MIN_COST: 3000
#SYNTH_KEEP_HIERARCHY_INSTANCES:
SYNTH_KEEP_HIERARCHY_MODULES:
- "\\fabric_config$FMD_QNC_greyhound_ihp.i_greyhound_ihp.fabric_config"
VERILOG_DEFINES:
- FUNCTIONAL
- PnR
LINTER_DISABLE_WARNINGS:
- DECLFILENAME
- EOFNEWLINE
- PINCONNECTEMPTY
- TIMESCALEMOD
- GENUNNAMED
#LINTER_VLT: dir::_deps.vlt
# Debugging
SET_RC_VERBOSE: True
# Select the minimal runset
KLAYOUT_DRC_RUNSET: pdk_dir::/libs.tech/klayout/tech/drc/sg13g2_minimal.lydrc
# Magic has an offset on the SRAMs
PRIMARY_GDSII_STREAMOUT_TOOL: klayout
# Save on file space by sharing same cells
KLAYOUT_CONFLICT_RESOLUTION: SkipNewCell
# Bondpad is not yet included in the PDK
EXTRA_GDS:
- dir::ip/bondpad_70x70/bondpad_70x70.gds
EXTRA_LEFS:
- dir::ip/bondpad_70x70/bondpad_70x70.lef
# SDC
PNR_SDC_FILE: dir::constraint.sdc
SIGNOFF_SDC_FILE: dir::constraint.sdc
FALLBACK_SDC: dir::constraint.sdc
# Power nets
VDD_NETS:
- VDD
GND_NETS:
- VSS
# Perform extraction using the LEF/DEF
MAGIC_EXT_USE_GDS: false
IGNORE_DISCONNECTED_MODULES:
# Ignore missing power pins
- bondpad_70x70
# The IO cells do not extract properly yet
MAGIC_EXT_ABSTRACT_CELLS:
- bondpad_70x70
- sg13g2_IOPadInOut30mA
- sg13g2_IOPadIn
- sg13g2_IOPadOut30mA
- sg13g2_IOPadIOVdd
- sg13g2_IOPadIOVss
- sg13g2_IOPadVss
- sg13g2_IOPadVdd
# Due to thin core area ring
GRT_ALLOW_CONGESTION: true
CLOCK_NET: io_clock_p2c
CLOCK_PERIOD: 20
CTS_OBSTRUCTION_AWARE: true
CTS_SINK_CLUSTERING_ENABLE: True
#CTS_SINK_CLUSTERING_SIZE: 8 # max is 8
#CTS_SINK_CLUSTERING_MAX_DIAMETER: 50
SIGNAL_WIRE_RC_LAYERS: [Metal2, Metal3, Metal4, Metal5]
CLOCK_WIRE_RC_LAYERS: [Metal2, Metal3, Metal4, Metal5]
# This is just for the clock pad to clock tree root buffer
#CTS_CLK_MAX_WIRE_LENGTH: 1000
# Floorplanning
FP_SIZING: absolute
DIE_AREA: [ 0.00, 0.00, 3600.00, 5000.00 ]
CORE_AREA: [ 362, 362, 3238, 4638 ]
FP_OBSTRUCTIONS:
- [444.96, 1068, 3238, 4638] # top area
PL_TARGET_DENSITY_PCT: 53 #43
PL_MAX_DISPLACEMENT_X: 1000
PL_MAX_DISPLACEMENT_Y: 300
# TopMetal2 obstructions for the logo
# Metal5 obstructions to prevent PDN from doing sth stupid between the SRAMs
PDN_OBSTRUCTIONS:
- [TopMetal2, 450, 450, 900, 900]
ROUTING_OBSTRUCTIONS:
- [TopMetal2, 450, 450, 900, 900]
# Don't insert buffers between eFPGA and SRAMs
RSZ_DONT_TOUCH_RX: "fabric_wrapper.fabric_.ram.*"
# Time driven placement ignores don't touch directives
# Therefore only enable routability driven
PL_TIME_DRIVEN: False
PL_ROUTABILITY_DRIVEN: True
#PL_ROUTABILITY_OVERFLOW_THRESHOLD: 0.2
# PDN
PDN_CFG: dir::pdn_cfg.tcl
PDN_CORE_RING_VWIDTH: 15
PDN_CORE_RING_HWIDTH: 15
PDN_VPITCH: 50
PDN_HPITCH: 50
PDN_VWIDTH: 3.5
PDN_HWIDTH: 3.5
# Because we have multiple power pads for one power domain
MAGIC_EXT_UNIQUE: notopports
PAD_SOUTH: [
# Clock and reset
sg13g2_IOPad_io_clock,
sg13g2_IOPad_io_reset,
# Flash
"sg13g2_IOPad_io_flash_clk",
"sg13g2_IOPad_io_flash_cs_n",
"sg13g2_IOPad_flash\\[0\\].sg13g2_IOPad_io_flash_io",
"sg13g2_IOPad_flash\\[1\\].sg13g2_IOPad_io_flash_io",
"sg13g2_IOPad_flash\\[2\\].sg13g2_IOPad_io_flash_io",
"sg13g2_IOPad_flash\\[3\\].sg13g2_IOPad_io_flash_io",
# PSRAM
"sg13g2_IOPad_io_psram_clk",
"sg13g2_IOPad_io_psram_cs_n",
"sg13g2_IOPad_psram\\[0\\].sg13g2_IOPad_io_psram_io",
"sg13g2_IOPad_psram\\[1\\].sg13g2_IOPad_io_psram_io",
"sg13g2_IOPad_psram\\[2\\].sg13g2_IOPad_io_psram_io",
"sg13g2_IOPad_psram\\[3\\].sg13g2_IOPad_io_psram_io",
# UART
sg13g2_IOPad_io_ser_rx,
sg13g2_IOPad_io_ser_tx
]
PAD_EAST: [
sg13g2_IOPadIOVdd_east,
sg13g2_IOPadIOVss_east,
# Misc
sg13g2_IOPad_io_fpga_mode,
sg13g2_IOPad_io_fetch_enable,
sg13g2_IOPad_io_config_busy,
sg13g2_IOPad_io_core_sleep,
"sg13g2_IOPad\\[0\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[1\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[2\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[3\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[4\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[5\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[6\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[7\\].sg13g2_IOPad_io_gpio",
sg13g2_IOPadVss_east,
sg13g2_IOPadVdd_east
]
PAD_NORTH: [
"sg13g2_IOPad\\[23\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[22\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[21\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[20\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[19\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[18\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[17\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[16\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[15\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[14\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[13\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[12\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[11\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[10\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[9\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[8\\].sg13g2_IOPad_io_gpio"
]
PAD_WEST: [
sg13g2_IOPadVdd_west,
sg13g2_IOPadVss_west,
"sg13g2_IOPad\\[31\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[30\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[29\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[28\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[27\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[26\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[25\\].sg13g2_IOPad_io_gpio",
"sg13g2_IOPad\\[24\\].sg13g2_IOPad_io_gpio",
# FPGA config
"sg13g2_IOPad_io_fpga_sclk",
"sg13g2_IOPad_io_fpga_cs_n",
"sg13g2_IOPad_io_fpga_mosi",
"sg13g2_IOPad_io_fpga_miso",
sg13g2_IOPadIOVss_west,
sg13g2_IOPadIOVdd_west
]
FP_MACRO_HORIZONTAL_HALO: 5
FP_MACRO_VERTICAL_HALO: 5
MACROS:
# We can't add the logo as a macro, as otherwise
# there will be an obstruction for stdcell placement
#greyhound_logo:
# gds:
# - dir::logo/greyhound/greyhound_logo_drawing.gds
# lef:
# - dir::logo/greyhound/greyhound_logo.lef
# nl:
# - dir::logo/greyhound/greyhound_logo.v
# instances:
# i_greyhound_logo:
# location: [450, 450]
# orientation: N
eFPGA:
gds:
- dir::ip/fabric/macro/ihp-sg13g2/gds/eFPGA.gds
lef:
- dir::ip/fabric/macro/ihp-sg13g2/lef/eFPGA.lef
nl:
- dir::ip/fabric/macro/ihp-sg13g2/nl/eFPGA.nl.v
spef:
"nom_*":
- dir::ip/fabric/macro/ihp-sg13g2/spef/nom/eFPGA.nom.spef
instances:
i_greyhound_ihp.fabric_wrapper.eFPGA:
# Width should be multiple of 0.48 (Metal2 pitch)
# Height should be multiple of 0.42 (Metal3 pitch)
location: [444.96, 1071]
orientation: N
RM_IHPSG13_1P_1024x32_c2_bm_bist:
gds:
- dir::ip/RM_IHPSG13_1P_1024x32_c2_bm_bist/gds/RM_IHPSG13_1P_1024x32_c2_bm_bist.gds
lef:
- dir::ip/RM_IHPSG13_1P_1024x32_c2_bm_bist/lef/RM_IHPSG13_1P_1024x32_c2_bm_bist.lef
nl:
- dir::ip/RM_IHPSG13_1P_1024x32_c2_bm_bist/verilog/RM_IHPSG13_1P_1024x32_c2_bm_bist.v
lib:
"nom_typ_1p20V_25C":
- dir::ip/RM_IHPSG13_1P_1024x32_c2_bm_bist/lib/RM_IHPSG13_1P_1024x32_c2_bm_bist_typ_1p20V_25C.lib
"nom_fast_1p32V_m40C":
- dir::ip/RM_IHPSG13_1P_1024x32_c2_bm_bist/lib/RM_IHPSG13_1P_1024x32_c2_bm_bist_fast_1p32V_m55C.lib
"nom_slow_1p08V_125C":
- dir::ip/RM_IHPSG13_1P_1024x32_c2_bm_bist/lib/RM_IHPSG13_1P_1024x32_c2_bm_bist_slow_1p08V_125C.lib
instances:
i_greyhound_ihp.fabric_wrapper.sram0:
location: [2861.5, 2416.50]
orientation: E
i_greyhound_ihp.fabric_wrapper.sram1:
location: [2861.5, 1968.83]
orientation: E
i_greyhound_ihp.fabric_wrapper.sram2:
location: [2861.5, 1521.15]
orientation: E
i_greyhound_ihp.fabric_wrapper.sram3:
location: [2861.5, 1073.48]
orientation: E
i_greyhound_ihp.i_soc_sram0:
location: [2820.96, 358.9]
orientation: S
i_greyhound_ihp.i_soc_sram1:
location: [2820.96, 733.38]
orientation: FN
RM_IHPSG13_2P_1024x16_c2_bm_bist:
gds:
- dir::ip/RM_IHPSG13_2P_1024x16_c2_bm_bist/gds/RM_IHPSG13_2P_1024x16_c2_bm_bist.gds
lef:
- dir::ip/RM_IHPSG13_2P_1024x16_c2_bm_bist/lef/RM_IHPSG13_2P_1024x16_c2_bm_bist.lef
nl:
- dir::ip/RM_IHPSG13_2P_1024x16_c2_bm_bist/verilog/RM_IHPSG13_2P_1024x16_c2_bm_bist.v
lib:
"nom_typ_1p20V_25C":
- dir::ip/RM_IHPSG13_2P_1024x16_c2_bm_bist/lib/RM_IHPSG13_2P_1024x16_c2_bm_bist_typ_1p20V_25C.lib
"nom_fast_1p32V_m40C":
- dir::ip/RM_IHPSG13_2P_1024x16_c2_bm_bist/lib/RM_IHPSG13_2P_1024x16_c2_bm_bist_fast_1p32V_m55C.lib
"nom_slow_1p08V_125C":
- dir::ip/RM_IHPSG13_2P_1024x16_c2_bm_bist/lib/RM_IHPSG13_2P_1024x16_c2_bm_bist_slow_1p08V_125C.lib
instances:
i_greyhound_ihp.fabric_wrapper.bram0:
location: [2861.5, 4207.20]
orientation: E
i_greyhound_ihp.fabric_wrapper.bram1:
location: [2861.5, 3759.53]
orientation: E
i_greyhound_ihp.fabric_wrapper.bram2:
location: [2861.5, 3311.85]
orientation: E
i_greyhound_ihp.fabric_wrapper.bram3:
location: [2861.5, 2864.18]
orientation: E
PDN_MACRO_CONNECTIONS:
- "i_greyhound_ihp.fabric_wrapper.eFPGA VDD VSS VPWR VGND"
- "i_greyhound_ihp.fabric_wrapper.sram0 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.fabric_wrapper.sram0 VDD VSS VDDARRAY! VSS!"
- "i_greyhound_ihp.fabric_wrapper.sram1 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.fabric_wrapper.sram1 VDD VSS VDDARRAY! VSS!"
- "i_greyhound_ihp.fabric_wrapper.sram2 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.fabric_wrapper.sram2 VDD VSS VDDARRAY! VSS!"
- "i_greyhound_ihp.fabric_wrapper.sram3 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.fabric_wrapper.sram3 VDD VSS VDDARRAY! VSS!"
- "i_greyhound_ihp.fabric_wrapper.bram0 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.fabric_wrapper.bram0 VDD VSS VDDARRAY! VSS!"
- "i_greyhound_ihp.fabric_wrapper.bram1 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.fabric_wrapper.bram1 VDD VSS VDDARRAY! VSS!"
- "i_greyhound_ihp.fabric_wrapper.bram2 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.fabric_wrapper.bram2 VDD VSS VDDARRAY! VSS!"
- "i_greyhound_ihp.fabric_wrapper.bram3 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.fabric_wrapper.bram3 VDD VSS VDDARRAY! VSS!"
- "i_greyhound_ihp.i_soc_sram0 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.i_soc_sram0 VDD VSS VDDARRAY! VSS!"
- "i_greyhound_ihp.i_soc_sram1 VDD VSS VDD! VSS!"
- "i_greyhound_ihp.i_soc_sram1 VDD VSS VDDARRAY! VSS!"
# clk_buf16 > clk_bu16 = 0.07ns
# clk_buf1 > clk_buf1 = 0.027ns
#INSERT_ECO_BUFFERS:
# # Cache (delay for ~1.382ns)
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_1
#- target: clkbuf_regs_0_clk_core/X
# buffer: sg13g2_buf_16
# # UART (delay for ~1.422ns)
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/i_EF_UART_AHBL.clk_gate_cell.clk_gate/GCLK
# buffer: sg13g2_buf_1
# # CV32E40X (delay for ~1.013ns)
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
#- target: i_greyhound_ihp.i_greyhound_soc/cv32e40x_core/sleep_unit_i.core_clock_gate_i.clk_gate/GCLK
# buffer: sg13g2_buf_1
DIODE_CELL: sg13g2_antennanp/A
INSERT_ECO_DIODES:
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y1_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y2_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y3_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y4_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y5_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y6_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y7_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y8_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y9_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y10_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y11_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y12_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y13_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y14_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y15_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y16_A_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y1_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y2_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y3_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y4_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y5_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y6_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y7_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y8_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y9_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y10_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y11_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y12_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y13_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y14_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y15_B_O_top
- target: i_greyhound_ihp.fabric_wrapper.eFPGA/Tile_X0Y16_B_O_top
# TODO CONFIGURED_TOP