Skip to content

Commit

Permalink
util_axis_fifo: Add TLAST to the streaming interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Istvan Csomortani authored and Csomi committed Feb 9, 2021
1 parent b6fb5a9 commit 29d8c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/util_axis_fifo/util_axis_fifo_ip.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ adi_add_bus "s_axis" "slave" \
{"s_axis_valid" "TVALID"} \
{"s_axis_ready" "TREADY"} \
{"s_axis_data" "TDATA"} \
{"s_axis_tlast" "TLAST"} \
}

adi_add_bus "m_axis" "master" \
Expand All @@ -32,6 +33,7 @@ adi_add_bus "m_axis" "master" \
{"m_axis_valid" "TVALID"} \
{"m_axis_ready" "TREADY"} \
{"m_axis_data" "TDATA"} \
{"m_axis_tlast" "TLAST"} \
}

adi_add_bus_clock "m_axis_aclk" "m_axis" "m_axis_aresetn"
Expand Down

0 comments on commit 29d8c14

Please sign in to comment.