-
Notifications
You must be signed in to change notification settings - Fork 202
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
Assert issue #188
Comments
You can disable abacus by commenting out line 735-739 in BasicPlace.py ( DREAMPlace/dreamplace/BasicPlace.py Line 734 in 61d5429
pos3 = pos2 .
Remember to go to the build directory and |
@limbo018 |
Hey, you can simply checkout 3.0 using git, if you just want that version. All versions are available. |
Does you case contain fence regions? If no fence regions, you only need to replace line 629 in your screenshot with If your case contains fence regions, there is another place that calls abacus legalization in this file. You also need to disable that. |
@limbo018 maybe i can comment out all the follow assert? it may lead to catastrophic errors or obtain basic results? do you think its work? |
You didn't get what I mean.
|
Hi, please checkout commit cd4ecff . I added a flag
You are mostly likely to resolve your issues by turning off abacus legalization and detailed placement. If you can share your testcases, we can also take a look at why abacus legalization or detailed placement fails. |
Thanks for your help so much Professor lim, i have resolved my issues by reinstalled DREAMPlace3.0,but i still be grateful for your patient and guidance too. |
@limbo018
hi Professors Limbo:
i meet the below assert problem when i use DREAMPlace 3.0
at first i try to replace abacus_legalize file folder with DREAMPlace 4.0's , but it will meet another fimiliar assert error at abacus_legalize_cpu.h:94
and next i try to annotate the assert code , it still show the same assert error
how can i fix it or skip it? thanks for reply!
The text was updated successfully, but these errors were encountered: