limbo018/DREAMPlace

IndexError: _Map_base::at

Opened this issue · 4 comments

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

Can you share the input files that cause the issue?

Can you share the input files that cause the issue?

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

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.

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](https://github.com/limbo018/DREAMPlace/commit/ef3f00748f0fedb51f6083770102ea1f1f36aa2d)) 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!