Skip to content

Commit

Permalink
Hotfix bug in compile method
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed May 21, 2019
1 parent 7f4bd38 commit 3cd7909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fault/tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def compile(self, target="verilator", **kwargs):
"""
if "directory" in kwargs:
kwargs["directory"] = self._make_directory(kwargs["directory"])
self._compile(target, directory, **kwargs)
self._compile(target, **kwargs)

def run(self, target="verilator"):
"""
Expand Down

0 comments on commit 3cd7909

Please sign in to comment.