Skip to content

Commit

Permalink
bug fix for PgpXvcWrapper.vhd
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jun 14, 2023
1 parent fc029c7 commit cc57fc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions protocols/pgp/shared/PgpXvcWrapper.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ entity PgpXvcWrapper is
rxlinkReady : in sl;
txlinkReady : in sl;
-- TX FIFO (pgpClk domain)
pgpTxSlave : in AxiStreamSlaveType;
pgpTxMaster : out AxiStreamMasterType := AXI_STREAM_MASTER_INIT_C;
pgpTxSlave : in AxiStreamSlaveType;
-- RX FIFO (pgpClk domain)
pgpRxMaster : in AxiStreamMasterType;
pgpRxCtrl : out AxiStreamCtrlType := AXI_STREAM_CTRL_UNUSED_C);
Expand Down Expand Up @@ -85,7 +85,6 @@ begin
rxlinkReady => rxlinkReady,
pgpRxMaster => pgpRxMaster,
pgpRxCtrl => pgpRxCtrl,
pgpRxSlave => pgpRxSlave,
-- AXIS Interface (axisClk domain)
axisClk => xvcClk,
axisRst => xvcRst,
Expand Down

0 comments on commit cc57fc9

Please sign in to comment.