From c4beb6416975c7c9af38afe28bc85bd250ec148c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 14 Jul 2020 11:42:29 +0100 Subject: [PATCH] disable cxxsim test --- src/soc/fu/shift_rot/test/test_pipe_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/fu/shift_rot/test/test_pipe_caller.py b/src/soc/fu/shift_rot/test/test_pipe_caller.py index bbd496ba..fdb2089a 100644 --- a/src/soc/fu/shift_rot/test/test_pipe_caller.py +++ b/src/soc/fu/shift_rot/test/test_pipe_caller.py @@ -1,6 +1,6 @@ from nmigen import Module, Signal from nmigen.back.pysim import Delay, Settle -cxxsim = True +cxxsim = False if cxxsim: from nmigen.sim.cxxsim import Simulator else: -- 2.30.2