util_axis_fifo: Add TLAST to the streaming interfaces

main
Istvan Csomortani 2021-02-09 09:13:23 +00:00 committed by István Csomortáni
parent b6fb5a9b5c
commit 29d8c14e91
1 changed files with 2 additions and 0 deletions

View File

@ -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" \
@ -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"