Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielnrn committed Jan 12, 2024
1 parent 02631c0 commit c7869e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yxi/axi-calyx/vcdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import sys


#Usage: `./vcdump.py <path-to-file>` will add dump lines required to get icarus to create vcds
# Usage: `./vcdump.py <path-to-file>` will add dump lines required to get icarus to create vcds


def replace_line(file_path, old_line, new_line):
try:
Expand Down

0 comments on commit c7869e9

Please sign in to comment.