Skip to content

Commit

Permalink
fix typo in vss2id.py
Browse files Browse the repository at this point in the history
Signed-off-by: Niclas Wesemann <[email protected]>
  • Loading branch information
nwesem authored and erikbosch committed Jul 10, 2024
1 parent ce4b851 commit b4eae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vss_tools/vspec/vssexporters/vss2id.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def generate(
@param signal_root: root of the signal tree
@param print_uuid: Not used here but needed by main script
"""
log.info("Generating YAML output...")
log.info("Generating vspec output including static UIDs...")

id_counter: int = 0
signals_yaml_dict: Dict[str, str] = {} # Use str for ID values
Expand Down

0 comments on commit b4eae57

Please sign in to comment.