From: Luke Kenneth Casson Leighton Date: Tue, 21 Jul 2020 17:39:52 +0000 (+0100) Subject: disable cxxsim for now X-Git-Tag: semi_working_ecp5~651 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d50806a7393eac881505f0cf4b465d5092fb9441;p=soc.git disable cxxsim for now --- diff --git a/src/soc/experiment/test/test_compalu_multi.py b/src/soc/experiment/test/test_compalu_multi.py index 97c3d998..fa4395b8 100644 --- a/src/soc/experiment/test/test_compalu_multi.py +++ b/src/soc/experiment/test/test_compalu_multi.py @@ -10,7 +10,7 @@ its result(s) have been successfully stored in the regfile(s) Documented at http://libre-soc.org/3d_gpu/architecture/compunit """ -cxxsim = True +cxxsim = False if cxxsim: from nmigen.sim.cxxsim import Simulator, Settle else: