Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: _Map_base::at #174

Open
qkr-xoals opened this issue Mar 19, 2024 · 4 comments
Open

IndexError: _Map_base::at #174

qkr-xoals opened this issue Mar 19, 2024 · 4 comments

Comments

@qkr-xoals
Copy link

qkr-xoals commented Mar 19, 2024

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

@limbo018
Copy link
Owner

Can you share the input files that cause the issue?

@qkr-xoals
Copy link
Author

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
Copy link
Owner

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.

@qkr-xoals
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants