Matt Aamold
12/04/2020, 1:46 AMVERILOG_FILES
or VERILOG_FILES_BLACKBOX
?
2.) Do I need to specify the EXTRA_LEFS
and EXTRA_GDS_FILES
even though I don't have any macros that are hardened? For this I don't understand why there are LEF and GDS files specified before they're generated.
I have removed add_macro_placement mrpj 1150 1700 N
and manual_macro_placement f
from the interactive script.
Thanks.Matt Aamold
12/04/2020, 3:44 AMVERILOG_FILES
and I have no VERILOG_FILES_BLACKBOX
, EXTRA_LEFS
, or EXTRA_GDS_FILES
.
However, when I do this I get the following error:
[ERROR]: Floorplanning failed
[ERROR]: module decred_top not found in /project/openlane/user_project_wrapper/runs/user_project_wrapper/tmp/merged.lef
[ERROR]: Check whether EXTRA_LEFS is set appropriately
.Amr Gouhar
12/04/2020, 3:14 PMRemove this line add_macro_placement mprj 1150 1700 N from the interactive script here and replace it with the placement for your macro instances. Or, remove it entirely if you have no macros, along with this line manual_macro_placement f.
(step 3)?Matt Aamold
12/04/2020, 3:19 PMadd_macro_placement mrpj 1150 1700 N
and manual_macro_placement f
from the interactive script.Matt Aamold
12/04/2020, 3:20 PMAmr Gouhar
12/04/2020, 3:33 PMMatt Aamold
12/04/2020, 3:33 PMAmr Gouhar
12/04/2020, 4:13 PMMatt Aamold
12/04/2020, 4:14 PMAmr Gouhar
12/04/2020, 4:16 PMkill signal
usually mean in unix based systems).Matt Aamold
12/04/2020, 4:17 PM8.3.91
. I'm going to try it out a little later.Matt Aamold
12/05/2020, 8:03 PMAmr Gouhar
12/07/2020, 1:09 PM