12.07.2015 Views

Fast Dual Graph Based Hotspot Detection

Fast Dual Graph Based Hotspot Detection

Fast Dual Graph Based Hotspot Detection

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Input: Layout L, ɛ 0, ɛ 1, ɛ 2, d 0Output: A list of hotspots in L1. Construct layout graph G from L, S ←∅2. For all edges e whose weight >ɛ 0 (Edge-level detection)3. S ← S ∪{e}4. Delete e from G5. Perform graph planarization to delete one of the crossing edges6. Construct dual graph G D from G7. For all dual nodes n whose weight >ɛ 1 (Face-level detection)8. S ← S ∪{n}9. Delete n from G D10.While (∃ dual nodes can be merged) (Merged-face-level detection)11. Sort all dual nodes according to weight12. Merge the two connected dual nodes with the max combined weight13. If (the weight of the combined node n c >ɛ 2)14. S ← S ∪{n c}15. Delete n c from G D16. For all hotspots in S17. If (local wiring density

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!