tests: keep comments up to date. NFC.
authorwhitequark <whitequark@whitequark.org>
Thu, 15 Oct 2020 17:02:50 +0000 (17:02 +0000)
committerwhitequark <whitequark@whitequark.org>
Thu, 15 Oct 2020 17:02:50 +0000 (17:02 +0000)
nmigen/test/utils.py
tests/utils.py

index e00dbac336697b884170d6faee328f457c41fa3f..556b601c47094cf176fba0259b4b9ae7b54f3dc1 100644 (file)
@@ -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:
index c165cf9288ab2b3adcf6a029238d369374e5de5c..9f2282f6ecc214c360cc8f6a74acc754914d4b5d 100644 (file)
@@ -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: