Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Aug 1, 2024
1 parent 77057f6 commit ea47f38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cocotb/caravel_cocotb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ def main():
action="store_true",
help="don't run gen_gpio_defaults script",
)
parser.add_argument(
"-gen_defaults_dir",
help="directory to run gen_gpio_defaults script <dir>/scripts/gen_gpio_defaults.py default is caravel_root",
)
parser.add_argument(
"-sdfs_dir",
"-sdfs",
Expand Down
2 changes: 1 addition & 1 deletion cocotb/caravel_cocotb/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.5"
__version__ = "1.2.6"

0 comments on commit ea47f38

Please sign in to comment.