Forum Discussion
Altera_Forum
Honored Contributor
15 years agousually, you can just store it in an internal register:
if load = '0' then a <= count_sig; end if; or some other stored version of count_sig. I am concerned you are not using a real clock. Using an input as a clock (by looking for the rising_edge. can cause timing problems.