Open imcamino opened 1 year ago
Hi, you may check out develop
branch. The problem comes from higher python version. We have fixed it.
Thanks for your help. i already change to dev branch. but the problem still exists.
I think the Exception is the critical problem instead of the warnning
It looks like you have changed the code? (you wrap it in the subprocess) Does the original version of code run?
Yep.i just wrap it in a Entry script。 Actually It works for ISPD case,but fail to run other case come from open source。
If you can share the LEF/DEF files of your case, I can help take a look. There might some problem when reading the design.
test_case.zip There is one of my case.
is there any problem in this design?
I will take a look during the weekend. Quite busy this week.
Original
From:"imcamino"< @.*** >;
Date:2023/4/12 9:04
To:"limbo018/DREAMPlace"< @.*** >;
CC:"Yibo Lin"< @. >;"Comment"< @. >;
Subject:Re: [limbo018/DREAMPlace] when i processiong global placement, anError occur,how to fix this problem? (Issue #125)
is there any problem in this design?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Ok, I appreciate your time.
Hi, I just took a look at your DEF file. The COMPONENTS
section is missing. You can compare the DEF files with other benchmarks like ISPD 2015 and will find the differences.
Thanks for your reply. i will write the def out with unplaced stdcell & try.