[fix] prevent Vivado from inferring DSP48 in AXIBurst2Beat

This commit is contained in:
chmousset 2019-08-14 11:30:39 +02:00
parent 6d5fddc160
commit db4c609a33

View file

@ -113,7 +113,7 @@ class AXIBurst2Beat(Module):
# compute parameters
self.comb += beat_size.eq(1 << ax_burst.size)
self.comb += beat_wrap.eq(ax_burst.len*beat_size)
self.comb += beat_wrap.eq(ax_burst.len << ax_burst.size)
# combinatorial logic
self.comb += [