Hierarchies not the best for video pipelines

B

Brad Smallridge

Am I missing something? It seems that I am spending a lot of
time passing variables from subordinate routines to the top level
and then back down to the next subordinate routine where what
I really want is to send data from one subroutine to the next in
a pipeline fashion. Is there any way to do this?

b r a d @ a i v i s i o n . c o m
 
M

Mike Treseler

Brad said:
Am I missing something? It seems that I am spending a lot of
time passing variables from subordinate routines to the top level
and then back down to the next subordinate routine where what
I really want is to send data from one subroutine to the next in
a pipeline fashion.

If you are talking about procedure scope
in a testbench, see today's other threads.

If you are talking about synthesis code,
you can improve variable scope by
declaring all closely related variable objects
in the same clocked process.

-- Mike Treseler
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top