From: Luke Kenneth Casson Leighton Date: Mon, 28 Feb 2022 17:59:46 +0000 (+0000) Subject: add default XLEN=64 as temporary hack X-Git-Tag: sv_maxu_works-initial~522 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=efd99092d29ff546a4b48999630c277028f3af73;p=openpower-isa.git add default XLEN=64 as temporary hack --- diff --git a/src/openpower/test/runner.py b/src/openpower/test/runner.py index fb0c8dbd..4b7e37cd 100644 --- a/src/openpower/test/runner.py +++ b/src/openpower/test/runner.py @@ -145,6 +145,7 @@ class TestRunnerBase(FHDLTestCase): imem_ifacetype=imem_ifacetype, addr_wid=64, mask_wid=8, + XLEN=64, imem_reg_wid=64, # wb_data_width=32, use_pll=False,