aboutsummaryrefslogtreecommitdiffstats
path: root/host/python/uhd/imgbuilder/templates/modules/sep_xb_wires.v.mako
diff options
context:
space:
mode:
Diffstat (limited to 'host/python/uhd/imgbuilder/templates/modules/sep_xb_wires.v.mako')
-rw-r--r--host/python/uhd/imgbuilder/templates/modules/sep_xb_wires.v.mako12
1 files changed, 12 insertions, 0 deletions
diff --git a/host/python/uhd/imgbuilder/templates/modules/sep_xb_wires.v.mako b/host/python/uhd/imgbuilder/templates/modules/sep_xb_wires.v.mako
new file mode 100644
index 000000000..4aa7d56bb
--- /dev/null
+++ b/host/python/uhd/imgbuilder/templates/modules/sep_xb_wires.v.mako
@@ -0,0 +1,12 @@
+<%page args="seps"/>\
+\
+%for sep in seps:
+ wire [CHDR_W-1:0] xb_to_${sep}_tdata ;
+ wire xb_to_${sep}_tlast ;
+ wire xb_to_${sep}_tvalid;
+ wire xb_to_${sep}_tready;
+ wire [CHDR_W-1:0] ${sep}_to_xb_tdata ;
+ wire ${sep}_to_xb_tlast ;
+ wire ${sep}_to_xb_tvalid;
+ wire ${sep}_to_xb_tready;
+%endfor