tests: keep comments up to date. NFC.

This commit is contained in:
whitequark 2020-10-15 17:02:50 +00:00
parent d22b2c5604
commit e58233b441
2 changed files with 2 additions and 2 deletions

View 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:

View 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: