limbo018 / DREAMPlace

Deep learning toolkit-enabled VLSI placement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FENCE Regions

udaymallappa opened this issue · comments

I don't find examples for setting up FENCE region constraints. Can you help me ?

FENCE region is defined in DEF files. You may refer to ispd 2015 benchmarks for how to define region constraints.

https://www.ispd.cc/contests/15/web/benchmark.html

Thanks for your quick response. I am using a bookshelf format for my testcase. Is there an easier way to define FENCE constraints, without having to using the DEF format ?

Bookshelf format does not support FENCE region. You can consider convert bookshelf to LEF/DEF. There was an old tool to do that. You might be able to find other tools as well.

http://vlsicad.eecs.umich.edu/BK/PlaceUtils/

Thank you !

Hi,

I would like to ask if DreamPlace support other types of region constraints such as GUIDE, DEFAULT defined in DEF.
Thanks!

Best regards,
Yang

DREAMPLace does not support region constraints other than FENCE, we will support more region constraints in the future.