Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Jun 18, 2024
1 parent b6fd985 commit 7e44932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammer/vlsi/hammer_vlsi_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ def _dump_power_straps_for_hardmacros(self) -> None:
if len(above_insts) > 0: # in some cases top_layer == top layer in power strap API
above_desc = {k: above_insts[0][k] for k in copy_fields}
elif len(insts) > 0 and not check_abut:
self.logger.error(f"par.power_straps_abutment is False, but you do not have power straps generated on layer {insts[0]['layer']} above instances of module {master}! Double check that you will supply power to them.")
self.logger.error(f"par.power_straps_abutment is False, but power straps for instances of module {master} are being generated on layer {insts[0]['layer']}, which is the same as the module's top layer! Double check that you will supply power to these instances.")

# Filter for top_layer == layer and valid/bad orientation
abut_insts = list(filter(lambda m: m["top_layer"] == m["layer"] and
Expand Down

0 comments on commit 7e44932

Please sign in to comment.