Skip to content

Commit

Permalink
Merge pull request #749 from slaclab/pre-release
Browse files Browse the repository at this point in the history
Release Candidate v2.9.1
  • Loading branch information
ruck314 authored Sep 17, 2020
2 parents 41c675d + 6999268 commit d25ff35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocols/jesd204b/rtl/Jesd204bPkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ package body Jesd204bPkg is

for i in (SAMPLES_IN_WORD_C-1) downto 0 loop
vSlv(i*8*F_int+8*F_int-1 downto i*8*F_int) := invSigned(vSlv(i*8*F_int+8*F_int-1 downto i*8*F_int));
vSlv(i*8*F_int+8*F_int-1 downto i*8*F_int) := vSlv(i*8*F_int+8*F_int-1 downto i*8*F_int) - 1; -- +1 correction (https://jira.slac.stanford.edu/browse/ESLMPS-94)
end loop;

return vSlv;
Expand Down

0 comments on commit d25ff35

Please sign in to comment.