From 2e401d272e602e155a3ad387ad62b81205cd4acb Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Sun, 19 Nov 2023 13:46:17 -0800 Subject: [PATCH] Two small typo fixes. Signed-off-by: Tim 'mithro' Ansell --- cocotb/cocotb_wrapper.py | 2 +- vivado/defs.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cocotb/cocotb_wrapper.py b/cocotb/cocotb_wrapper.py index 1b8db1d0..ba37573e 100644 --- a/cocotb/cocotb_wrapper.py +++ b/cocotb/cocotb_wrapper.py @@ -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" ) diff --git a/vivado/defs.bzl b/vivado/defs.bzl index f2faf0a9..ba40730c 100644 --- a/vivado/defs.bzl +++ b/vivado/defs.bzl @@ -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. """