wishbone/DownConverter: fix read datapath when access is skipped because sel = 0.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 22 Jun 2020 11:37:14 +0000 (13:37 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 22 Jun 2020 11:37:14 +0000 (13:37 +0200)
commit0c0689f444f285550304c21ac463a2ab0fd64e67
tree0030767fb8a768b0c879304d59152184e8411090
parent84617b585befbd2d1582bfa108e2e4bf5a68d929
wishbone/DownConverter: fix read datapath when access is skipped because sel = 0.

We also need to shift dat_r when acess is skipped.
litex/soc/interconnect/wishbone.py