fix SMI read
This commit is contained in:
parent
b64af9e9de
commit
5baca1dd2f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user