fix SMI read
This commit is contained in:
@@ -185,6 +185,7 @@ begin
|
|||||||
state_s <= CONCL;
|
state_s <= CONCL;
|
||||||
if rw_latched = '1' then
|
if rw_latched = '1' then
|
||||||
data_o_strb <= '1';
|
data_o_strb <= '1';
|
||||||
|
data_o <= datashift_s(14 downto 0) & mdio_io;
|
||||||
end if;
|
end if;
|
||||||
end if;
|
end if;
|
||||||
if rw_latched = '1' then -- read data
|
if rw_latched = '1' then -- read data
|
||||||
|
Reference in New Issue
Block a user