aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/axi4s_sv/axi4s_remove_bytes.sv
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/lib/axi4s_sv/axi4s_remove_bytes.sv')
-rw-r--r--fpga/usrp3/lib/axi4s_sv/axi4s_remove_bytes.sv4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga/usrp3/lib/axi4s_sv/axi4s_remove_bytes.sv b/fpga/usrp3/lib/axi4s_sv/axi4s_remove_bytes.sv
index 4321d87d4..382cdb13b 100644
--- a/fpga/usrp3/lib/axi4s_sv/axi4s_remove_bytes.sv
+++ b/fpga/usrp3/lib/axi4s_sv/axi4s_remove_bytes.sv
@@ -35,8 +35,8 @@ module axi4s_remove_bytes #(
REM_START=0,
REM_END=8
)(
- interface i, // AxiStreamIf or AxiStreamPacketIf
- interface o // AxiStreamIf or AxiStreamPacketIf
+ interface.slave i, // AxiStreamIf or AxiStreamPacketIf
+ interface.master o // AxiStreamIf or AxiStreamPacketIf
);
localparam BYTES_PER_WORD = i.DATA_WIDTH/8;