From e58233b44133577c54bc0ba575e8fe37a2d2215b Mon Sep 17 00:00:00 2001 From: whitequark Date: Thu, 15 Oct 2020 17:02:50 +0000 Subject: [PATCH] tests: keep comments up to date. NFC. --- nmigen/test/utils.py | 2 +- tests/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nmigen/test/utils.py b/nmigen/test/utils.py index e00dbac..556b601 100644 --- a/nmigen/test/utils.py +++ b/nmigen/test/utils.py @@ -49,7 +49,7 @@ class FHDLTestCase(unittest.TestCase): shutil.rmtree(os.path.join(spec_dir, spec_name)) if mode == "hybrid": - # A mix of BMC and k-induction, as per personal communication with Clifford Wolf. + # A mix of BMC and k-induction, as per personal communication with Claire Wolf. script = "setattr -unset init w:* a:nmigen.sample_reg %d" mode = "bmc" else: diff --git a/tests/utils.py b/tests/utils.py index c165cf9..9f2282f 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -41,7 +41,7 @@ class FHDLTestCase(unittest.TestCase): shutil.rmtree(os.path.join(spec_dir, spec_name)) if mode == "hybrid": - # A mix of BMC and k-induction, as per personal communication with Clifford Wolf. + # A mix of BMC and k-induction, as per personal communication with Claire Wolf. script = "setattr -unset init w:* a:nmigen.sample_reg %d" mode = "bmc" else: -- 2.30.2