Skip to content

Commit

Permalink
Fixed address typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Mar 1, 2017
1 parent c3910cd commit 3734dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axi/rtl/AxiStreamDma.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ begin
v.fifoClear := intWriteMasters(0).wdata(0);
when x"0C" =>
v.intEnable := intWriteMasters(0).wdata(0);
when x"10" =>
v.maxRxSize := intWriteMasters(0).wdata(23 downto 0);
when x"14" =>
v.maxRxSize := intWriteMasters(0).wdata(23 downto 0);
when x"18" =>
v.online := intWriteMasters(0).wdata(0);
v.acknowledge := intWriteMasters(0).wdata(1);
when x"1C" =>
Expand Down

0 comments on commit 3734dba

Please sign in to comment.