tests: keep comments up to date. NFC.
This commit is contained in:
parent
d22b2c5604
commit
e58233b441
|
@ -49,7 +49,7 @@ class FHDLTestCase(unittest.TestCase):
|
||||||
shutil.rmtree(os.path.join(spec_dir, spec_name))
|
shutil.rmtree(os.path.join(spec_dir, spec_name))
|
||||||
|
|
||||||
if mode == "hybrid":
|
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"
|
script = "setattr -unset init w:* a:nmigen.sample_reg %d"
|
||||||
mode = "bmc"
|
mode = "bmc"
|
||||||
else:
|
else:
|
||||||
|
|
|
@ -41,7 +41,7 @@ class FHDLTestCase(unittest.TestCase):
|
||||||
shutil.rmtree(os.path.join(spec_dir, spec_name))
|
shutil.rmtree(os.path.join(spec_dir, spec_name))
|
||||||
|
|
||||||
if mode == "hybrid":
|
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"
|
script = "setattr -unset init w:* a:nmigen.sample_reg %d"
|
||||||
mode = "bmc"
|
mode = "bmc"
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue