From b13962c7bde44f032473641f313066bd9b13043e Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 16 Aug 2018 15:48:26 +0200 Subject: [PATCH] core/multiplexer: fix 1:1 --- litedram/core/multiplexer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/litedram/core/multiplexer.py b/litedram/core/multiplexer.py index fc3f4b5..ba643a7 100644 --- a/litedram/core/multiplexer.py +++ b/litedram/core/multiplexer.py @@ -184,7 +184,8 @@ class Multiplexer(Module, AutoCSR): self.comb += [ choose_cmd.want_cmds.eq(1), choose_cmd.want_activates.eq(ras_allowed), - choose_req.want_cmds.eq(1) + choose_req.want_cmds.eq(1), + choose_req.want_activates.eq(ras_allowed), ] # Command steering