core/multiplexer: fix 1:1

This commit is contained in:
Florent Kermarrec 2018-08-16 15:48:26 +02:00
parent a215ac7d8b
commit b13962c7bd
1 changed files with 2 additions and 1 deletions

View File

@ -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