Skip to content

Commit

Permalink
Fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed May 6, 2019
1 parent 5815498 commit 2a5d2a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fault/system_verilog_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def make_name(self, port):
name = verilog_name(port.name)
return name


def make_poke(self, i, action):
name = self.make_name(action.port)
# For now we assume that verilog can handle big ints
Expand Down

0 comments on commit 2a5d2a7

Please sign in to comment.