Skip to content

Commit

Permalink
refine port comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cbakalis-slac committed Jun 7, 2023
1 parent 94b7ac6 commit 221dd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocols/xvc-udp/rtl/DmaXvcWrapper.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ entity DmaXvcWrapper is
-- Clock and Reset (pgpClk domain)
axisClk : in sl;
axisRst : in sl;
-- IB FIFO
-- OB FIFO
obFifoMaster : in AxiStreamMasterType;
obFifoSlave : out AxiStreamSlaveType;
obFifoCtrl : out AxiStreamCtrlType;
-- OB FIFO
-- IB FIFO
ibFifoSlave : in AxiStreamSlaveType;
ibFifoMaster : out AxiStreamMasterType);
end DmaXvcWrapper;
Expand Down

0 comments on commit 221dd12

Please sign in to comment.