Forum Discussion
Altera_Forum
Honored Contributor
9 years agoAccess to Next-Value of Clocked-Value, Without Needin Clocked and Unclocked Processes
Greeting All: In VHDL, using a clocked_value in a single process, is it possible to access the next clocked_value, without creating another signal 'next_clocked_value' and controlled in another...
Altera_Forum
Honored Contributor
9 years agoIm not quite sure I follow. Why cant you just use "clocked_value"?
Why not post a real code example? You have to remember, this is just code - not logic yet, so you need to create all the signals/variables you need to see whatever values at any given time.