Skip to content

Commit

Permalink
Merge pull request #1111 from slaclab/Pgp4TxLiteWrapper-patch
Browse files Browse the repository at this point in the history
Update Pgp4TxLiteWrapper.vhd
  • Loading branch information
ruck314 authored Sep 27, 2023
2 parents a719c50 + 854aa0b commit 607d3f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protocols/pgp/pgp4/core/rtl/Pgp4TxLiteWrapper.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ begin
pgpTxActive => '1',
pgpTxMasters(0) => pgpTxMaster,
pgpTxSlaves(0) => pgpTxSlave,
-- Status of receive and remote FIFOs (Asynchronous)
locRxFifoCtrl(0)=> AXI_STREAM_CTRL_UNUSED_C,
locRxLinkReady => '1',
remRxFifoCtrl(0)=> AXI_STREAM_CTRL_UNUSED_C,
remRxLinkReady => '1',
-- PHY interface
phyTxActive => '1',
phyTxReady => phyTxReady,
Expand Down

0 comments on commit 607d3f7

Please sign in to comment.