BUGFIX: for ISE
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user