Skip to content

Commit

Permalink
Merge pull request #226 from mithro/typo-fixes
Browse files Browse the repository at this point in the history
Two small typo fixes.
  • Loading branch information
QuantamHD authored Nov 20, 2023
2 parents 78ec91b + 2e401d2 commit 214188b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cocotb/cocotb_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __call__(self, parser, namespace, values, option_string=None):

parser = argparse.ArgumentParser(description="Runs the Cocotb framework from Bazel")

parser.add_argument("--sim", default="icarus", help="Dafault simulator")
parser.add_argument("--sim", default="icarus", help="Default simulator")
parser.add_argument(
"--hdl_library", default="top", help="The library name to compile into"
)
Expand Down
2 changes: 1 addition & 1 deletion vivado/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ def generate_encrypt_tcl(ctx, all_files, keyfile_path, ip_dir_src):
ip_dir_src: The location of ip source directory.
Returns:
encrypt_content: A string to encypt all sources.
encrypt_content: A string to encrypt all sources.
encrypted_files: The output files to be encrypted.
post_processing_command: A command to fix up the ip sources.
"""
Expand Down

0 comments on commit 214188b

Please sign in to comment.