From 8db85296df1843ddd851cd5b237c443bbf3e30dd Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Mon, 6 Apr 2020 16:12:10 -0500 Subject: utils: Add sideband_at_end support to Mako template This adds a new option to the "AXI-Stream Data" (axis_data) FPGA interface type. The new option, "sideband_at_end", can be added to the output port of a block's YAML description to control whether the sideband information should be sampled at the end (sideband_at_end: 1) or the beginning (sideband_at_end: 0) of the AXI-Stream packet. --- host/include/uhd/rfnoc/blocks/fosphor.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/blocks/fosphor.yml b/host/include/uhd/rfnoc/blocks/fosphor.yml index d803dc602..8890e1f90 100644 --- a/host/include/uhd/rfnoc/blocks/fosphor.yml +++ b/host/include/uhd/rfnoc/blocks/fosphor.yml @@ -41,6 +41,7 @@ data: nipc: 4 info_fifo_depth: 32 payload_fifo_depth: 32 + sideband_at_end: False format: u8 mdata_sig: ~ wf: @@ -48,6 +49,7 @@ data: nipc: 4 info_fifo_depth: 32 payload_fifo_depth: 32 + sideband_at_end: False format: u8 mdata_sig: ~ -- cgit v1.2.3