jesd204:tb: Fix the loopback_tb test bench

The jesd204_rx instantiation contained a port that did not exist. (phy_ready)
main
Istvan Csomortani 2018-03-28 15:07:30 +01:00 committed by István Csomortáni
parent 63780f8179
commit bee392253b
1 changed files with 0 additions and 2 deletions

View File

@ -267,8 +267,6 @@ module loopback_tb;
.rx_data(rx_data),
.rx_valid(rx_valid),
.phy_ready(1'b1),
.phy_data(phy_data_in),
.phy_charisk(phy_charisk_in),
.phy_notintable({NUM_LANES{4'b0000}}),