limbo018 / DREAMPlace

Deep learning toolkit-enabled VLSI placement
BSD 3-Clause "New" or "Revised" License
638 stars 196 forks source link

Lef/Def interface #157

Closed jkim971201 closed 7 months ago

jkim971201 commented 7 months ago

Hi, I'm having trouble with reading netlist (.v) files of https://github.com/TILOS-AI-Institute/MacroPlacement with DREAMPlace. Is lef/def interface is not fully supported yet? If so, how did AutoDMP run the TILOS benchmarks? Are they converting lef/def/verilog files to bookshelf format?

limbo018 commented 7 months ago

You only need let/def if the def file already contains the “nets” block. Verilog is optional. We can run TILOS benchmarks. Please let us know what concrete problems you encounter. 

jkim971201 commented 7 months ago

def with NETS makes the problem gone. thanks.