Hanssel Enrique Morales Norato
05/28/2022, 4:54 AMPlacing the following macros:
{'drac': ['1175000', '1690000', 'N']}
Design name: user_project_wrapper
Traceback (most recent call last):
File "/openlane/scripts/manual_macro_place.py", line 139, in <module>
assert not macros, ("Macros not found:", macros)
AssertionError: ('Macros not found:', {'drac': ['1175000', '1690000', 'N']})
I will answer this comment with the error log. It could be some missing file, does anyone has faced the same issue?Hanssel Enrique Morales Norato
05/28/2022, 4:55 AMOpenROAD 8d53e9b018dec98fa63e907ddeb6c5406f035361
This program is licensed under the BSD-3 license. See the LICENSE file for details.
Components of this program may be licensed under more restrictive licenses which must be honored.
[INFO ODB-0222] Reading LEF file: /home/askartos/sandbox/caravel_tutorial/caravel_user_project/openlane/user_project_wrapper/runs/user_project_wrapper/tmp/merged.lef
[INFO ODB-0223] Created 13 technology layers
[INFO ODB-0224] Created 25 technology vias
[INFO ODB-0225] Created 442 library cells
[INFO ODB-0226] Finished LEF file: /home/askartos/sandbox/caravel_tutorial/caravel_user_project/openlane/user_project_wrapper/runs/user_project_wrapper/tmp/merged.lef
[INFO ODB-0127] Reading DEF file: /home/askartos/sandbox/caravel_tutorial/caravel_user_project/openlane/user_project_wrapper/runs/user_project_wrapper/tmp/floorplan/4-io.def
[INFO ODB-0128] Design: user_project_wrapper
[INFO ODB-0130] Created 637 pins.
[INFO ODB-0131] Created 1 components and 32 component-terminals.
[INFO ODB-0133] Created 637 nets and 26 connections.
[INFO ODB-0134] Finished DEF file: /home/askartos/sandbox/caravel_tutorial/caravel_user_project/openlane/user_project_wrapper/runs/user_project_wrapper/tmp/floorplan/4-io.def
Placing the following macros:
{'drac': ['1175000', '1690000', 'N']}
Design name: user_project_wrapper
Traceback (most recent call last):
File "/openlane/scripts/manual_macro_place.py", line 139, in <module>
assert not macros, ("Macros not found:", macros)
AssertionError: ('Macros not found:', {'drac': ['1175000', '1690000', 'N']})
Matt Liberty
05/28/2022, 5:21 AMHanssel Enrique Morales Norato
05/28/2022, 5:36 AMset ::env(MACRO_PLACEMENT_CFG) $script_dir/macro.cfg
and file content is the following :
drac 1175 1690 N
I will check if commenting that enables the automatic placementHanssel Enrique Morales Norato
05/28/2022, 5:51 AMHanssel Enrique Morales Norato
05/28/2022, 6:03 AM