limbo018 / DREAMPlace

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

IndexError: _Map_base::at #174

Open qkr-xoals opened 3 months ago

qkr-xoals commented 3 months ago

image It works fine with bookshelf format, but this error always occurs with the circuits use lef and def.

limbo018 commented 3 months ago

Can you share the input files that cause the issue?

qkr-xoals commented 3 months ago

Can you share the input files that cause the issue?

Thank you for reply. Here are the input files I used. input files.zip

limbo018 commented 3 months ago

Hi, I found the problem comes from your DEF file. The site name unit is not defined in the tech LEF.

image

You need to replace it with the correct site name FreePDK45_38x28_10R_NP_162NW_34O defined in the tech LEF.

image

I made a new commit (https://github.com/limbo018/DREAMPlace/commit/ef3f00748f0fedb51f6083770102ea1f1f36aa2d) in the develop branch to make the error message more readable.

qkr-xoals commented 3 months ago

Hi, I found the problem comes from your DEF file. The site name unit is not defined in the tech LEF.

image

You need to replace it with the correct site name FreePDK45_38x28_10R_NP_162NW_34O defined in the tech LEF.

image

I made a new commit (ef3f007) in the develop branch to make the error message more readable.

I have been greatly inspired by your papers. Thank you so much for your help despite your busy schedule!