BUGFIX: for ISE

This commit is contained in:
2019-10-02 16:49:53 +02:00
parent b0c2476978
commit a482d8dc31

View File

@ -315,7 +315,7 @@ begin
cs_timeout_cnt <= X"000000";
else
if (cs_timeout_cnt /= X"FFFFFF") then
cs_timeout_cnt <= cs_timeout_cnt + '1';--X"000001";
cs_timeout_cnt <= cs_timeout_cnt + 1;--X"000001";
end if;
end if;
end if;