-
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
Issue reading LEF file #185
Comments
It complains about not able to open the path. Can you try full path for |
How many lef files does Nangate45 have? You need to include all of them by putting the technology lef before the macro lef files like following,
|
There are 4 files. I did add them like the way you mentioned. But they seem to still give the segmentation error. Do you have any reasoning why this is happening? |
Just to add to this @limbo018, do you have any reference to the TILOS MacroPlacement designs that is working for DREAMPlace? I am asking this because the segmentation error might be due to incompatibility of the .lef and .def files I am using with DREAMPlace. |
We did try TILOS benchmarks and it looked fine. Let me come back to you about whether any modifications are made. |
I'd highly appreciate if you could provide the files you used for the TILOS benchmark or any direction to a branch that has the implementation @limbo018 |
I synthesized the netlist via OpenRoad and imported the design into Innovus to regenerate the .lef def file. The files generated this way work for DREAMPplace. |
Hi @Constwelve and @limbo018. I synthesized (Genus) and created .def file (Innovus) for the ASAP7 - Mempool of TILOS MacroPlacement. I gave the following input to the
I am still getting a segmentation error. Here is the log file. I appreciate any sort of suggestion. |
@IshraqAtUCF Should the order be as following?
@Constwelve Could you share your Mempool case? |
It gives the same segmentation error even if I change the ordering in the lef files. @limbo018 And yes, I would appreciate if you could share your files @Constwelve |
Here are the files I generated, you can try it out. |
Hello professor, can you please share with me the lef files of ariane133 and ariane136 of the NanGate45, I would be grateful for that @Constwelve |
Hi,
I was trying to read the NanGate45 lef file by modifying the params.json file. I unfortunately am getting the following error.
This is my change for the params.json file
"lef_input" : { "description" : "input LEF file", "default" : "~/DREAMPlace/input_lefdef/NangateOpenCellLibrary.macro.mod.lef", "required" : "required for LEF/DEF" },
The text was updated successfully, but these errors were encountered: