Skip to content

Commit

Permalink
use full tree ilms
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Apr 26, 2024
1 parent 6b01b83 commit c9b7e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammer/timing/tempus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def init_design(self) -> bool:
hammer_tech.filters.lef_filter
], hammer_tech.HammerTechnologyUtils.to_plain_item)
if self.hierarchical_mode.is_nonleaf_hierarchical():
ilm_lefs = list(map(lambda ilm: ilm.lef, self.get_input_ilms()))
ilm_lefs = list(map(lambda ilm: ilm.lef, self.get_input_ilms(full_tree=True)))
lef_files.extend(ilm_lefs)
verbose_append("read_physical -lef {{ {files} }}".format(
files=" ".join(lef_files)
Expand Down

0 comments on commit c9b7e9a

Please sign in to comment.