core/multiplexer: fix 1:1
This commit is contained in:
parent
a215ac7d8b
commit
b13962c7bd
|
@ -184,7 +184,8 @@ class Multiplexer(Module, AutoCSR):
|
||||||
self.comb += [
|
self.comb += [
|
||||||
choose_cmd.want_cmds.eq(1),
|
choose_cmd.want_cmds.eq(1),
|
||||||
choose_cmd.want_activates.eq(ras_allowed),
|
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
|
# Command steering
|
||||||
|
|
Loading…
Reference in New Issue