mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 08:58:40 -08:00
eth: Add default IFG setting to Ethernet MAC TX modules
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -51,7 +51,7 @@ module taxi_axis_baser_tx_64 #
|
|||||||
/*
|
/*
|
||||||
* Configuration
|
* Configuration
|
||||||
*/
|
*/
|
||||||
input wire logic [7:0] cfg_ifg,
|
input wire logic [7:0] cfg_ifg = 8'd12,
|
||||||
input wire logic cfg_tx_enable,
|
input wire logic cfg_tx_enable,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ module taxi_axis_gmii_tx #
|
|||||||
/*
|
/*
|
||||||
* Configuration
|
* Configuration
|
||||||
*/
|
*/
|
||||||
input wire logic [7:0] cfg_ifg,
|
input wire logic [7:0] cfg_ifg = 8'd12,
|
||||||
input wire logic cfg_tx_enable,
|
input wire logic cfg_tx_enable,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ module taxi_axis_xgmii_tx_32 #
|
|||||||
/*
|
/*
|
||||||
* Configuration
|
* Configuration
|
||||||
*/
|
*/
|
||||||
input wire logic [7:0] cfg_ifg,
|
input wire logic [7:0] cfg_ifg = 8'd12,
|
||||||
input wire logic cfg_tx_enable,
|
input wire logic cfg_tx_enable,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ module taxi_axis_xgmii_tx_64 #
|
|||||||
/*
|
/*
|
||||||
* Configuration
|
* Configuration
|
||||||
*/
|
*/
|
||||||
input wire logic [7:0] cfg_ifg,
|
input wire logic [7:0] cfg_ifg = 8'd12,
|
||||||
input wire logic cfg_tx_enable,
|
input wire logic cfg_tx_enable,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ module taxi_eth_mac_phy_10g_tx #
|
|||||||
/*
|
/*
|
||||||
* Configuration
|
* Configuration
|
||||||
*/
|
*/
|
||||||
input wire logic [7:0] cfg_ifg,
|
input wire logic [7:0] cfg_ifg = 8'd12,
|
||||||
input wire logic cfg_tx_enable,
|
input wire logic cfg_tx_enable,
|
||||||
input wire logic cfg_tx_prbs31_enable
|
input wire logic cfg_tx_prbs31_enable
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user