Skip to content

Commit

Permalink
fixup! [util] Refactor version info parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
pamaury committed Jan 22, 2024
1 parent 11aaf6a commit ff46b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/topgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ def main():
raise SystemExit(sys.exc_info()[1])

# Extract version stamp from file
version_stamp = version_file.parse_version_file(args.version_stamp)#
version_stamp = version_file.parse_version_file(args.version_stamp)

# Initialize RNG for compile-time netlist constants.
# If specified, override the seed for random netlist constant computation.
Expand Down

0 comments on commit ff46b79

Please sign in to comment.