Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove trailing whitespaces
  • Loading branch information
eschmidscs committed Apr 23, 2019
commit 2a6faa6a61ce2fbefaa7124beddb9b53594de18e
4 changes: 2 additions & 2 deletions vunit/vhdl/verification_components/test/tb_axi_stream.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ begin
if i = 14 then
last := '1';
end if;
push_axi_stream(net, master_axi_stream,
push_axi_stream(net, master_axi_stream,
tdata => std_logic_vector(to_unsigned(i, 8)),
tlast => last,
tkeep => "1",
Expand Down Expand Up @@ -371,7 +371,7 @@ begin
wait until rising_edge(aclk);
timestamp := now;

push_axi_stream(net, master_axi_stream,
push_axi_stream(net, master_axi_stream,
tdata => std_logic_vector(to_unsigned(3, 8)),
tlast => '1',
tkeep => "0",
Expand Down