Skip to content

Commit

Permalink
Merge pull request #259 from slaclab/pre-release
Browse files Browse the repository at this point in the history
v1.8.7 release candidate
  • Loading branch information
ruck314 authored Jul 19, 2018
2 parents 23134a0 + 8e0112a commit 3cc5fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/packetizer/rtl/AxiStreamPacketizer2.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ begin
v.packetActive := '0';
v.tUserLast := inputAxisMaster.tUser(7 downto 0);
v.eof := '1';
v.lastByteCount := toSlv(getTKeep(inputAxisMaster.tKeep), 4);
v.lastByteCount := toSlv(getTKeep(inputAxisMaster.tKeep(7 downto 0)), 4);
v.outputAxisMaster.tLast := '0';
-- Next state
v.state := TAIL_S;
Expand Down

0 comments on commit 3cc5fc7

Please sign in to comment.