diff --git a/modules/wr_endpoint/xwr_endpoint.vhd b/modules/wr_endpoint/xwr_endpoint.vhd index ef186f124acce220f262eb2635353a75faf0e9c0..fb0701f337facef897701bfaf8748e9816966403 100644 --- a/modules/wr_endpoint/xwr_endpoint.vhd +++ b/modules/wr_endpoint/xwr_endpoint.vhd @@ -128,9 +128,9 @@ entity xwr_endpoint is -- 2nd option is to use record-based I/Os phy8_o : out t_phy_8bits_from_wrc; - phy8_i : in t_phy_8bits_to_wrc; + phy8_i : in t_phy_8bits_to_wrc := c_dummy_phy8_to_wrc; phy16_o : out t_phy_16bits_from_wrc; - phy16_i : in t_phy_16bits_to_wrc; + phy16_i : in t_phy_16bits_to_wrc := c_dummy_phy16_to_wrc; ------------------------------------------------------------------------------- -- GMII Interface (8-bit)