From: Luke Kenneth Casson Leighton Date: Fri, 1 Oct 2021 16:57:26 +0000 (+0100) Subject: set run_hdl arg to None because it passes in a class now X-Git-Tag: sv_maxu_works-initial~796 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee8536d92b33b75882d5a0a0f97624036d96bc04;p=openpower-isa.git set run_hdl arg to None because it passes in a class now --- diff --git a/src/openpower/test/runner.py b/src/openpower/test/runner.py index 3fa2f659..bb43c558 100644 --- a/src/openpower/test/runner.py +++ b/src/openpower/test/runner.py @@ -93,7 +93,7 @@ class SimRunner(StateRunner): class TestRunnerBase(FHDLTestCase): def __init__(self, tst_data, microwatt_mmu=False, rom=None, - svp64=True, run_hdl=True, run_sim=True): + svp64=True, run_hdl=None, run_sim=True): super().__init__("run_all") self.test_data = tst_data self.microwatt_mmu = microwatt_mmu