Skip to content

Commit

Permalink
Update Pgp4TxLiteWrapper.vhd
Browse files Browse the repository at this point in the history
### Description
- Cadence Genus will give an error if the port has a default value on the entity definition but not connected at the component instantiation. 
- This PR resolves this error
  • Loading branch information
ruck314 authored Sep 20, 2023
1 parent ca45888 commit 854aa0b
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 854aa0b

Please sign in to comment.