R
Rafa
Guest
Hello to everyone. I´m new in VHDL and i have (maybe) just a simple
question.
There´s a counter who counts steps from a PLL.
I want to add a special function wich makes the counter add some steps
during a circle
like this:
IF (PLL'event AND PLL = '1') THEN
counter <= counter + 1 + somesteps
END IF;
The problem:
If there is no adjustment the somestep-Input is 0.
If there are somesteps to add the counter adds the value of
"somesteps" for every PLL-Edge.
But I want to add is only one time.
Has someone an idea?
question.
There´s a counter who counts steps from a PLL.
I want to add a special function wich makes the counter add some steps
during a circle
like this:
IF (PLL'event AND PLL = '1') THEN
counter <= counter + 1 + somesteps
END IF;
The problem:
If there is no adjustment the somestep-Input is 0.
If there are somesteps to add the counter adds the value of
"somesteps" for every PLL-Edge.
But I want to add is only one time.
Has someone an idea?