Skip to content

Commit

Permalink
SynopsysTool inherits from TCLTool
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonliew authored Jun 30, 2021
1 parent 353af21 commit 5934f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hammer-vlsi/hammer_vlsi/hammer_vlsi_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ def verbose_append(self, cmd: str, clean: bool = False) -> None:
def append(self, cmd: str, clean: bool = False) -> None:
self.tcl_append(cmd, self.output, clean)

class SynopsysTool(HasSDCSupport, HammerTool):
class SynopsysTool(HasSDCSupport, TCLTool, HammerTool):
"""Mix-in trait with functions useful for Synopsys-based tools."""

@property
Expand Down

0 comments on commit 5934f4e

Please sign in to comment.