Clifford -> Claire
authorSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 19 Aug 2020 04:36:00 +0000 (12:36 +0800)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 19 Aug 2020 04:36:54 +0000 (12:36 +0800)
nmigen/test/utils.py

index 41241275d31d1634e6c781781c853a3088d4e3b6..29bd5b6d27e8dbd25015048b4207da62515f5a2f 100644 (file)
@@ -67,7 +67,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: