Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Hierarchies not the best for video pipelines

Reply
Thread Tools

Hierarchies not the best for video pipelines

 
 
Brad Smallridge
Guest
Posts: n/a
 
      05-20-2005
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


 
Reply With Quote
 
 
 
 
Mike Treseler
Guest
Posts: n/a
 
      05-21-2005
Brad Smallridge wrote:
> 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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
creating pipelines in python per Python 6 11-25-2009 09:46 PM
alt.video.dvd, alt.video.dvd.software, alt.video.dvd.tech, rec.video.dvd.tech winterheat@gmail.com DVD Video 1 06-04-2006 12:43 PM
best practices for exception hierarchies? Joshua Haberman Ruby 0 03-19-2006 06:11 PM
Showcase of useful pipelines from Markup Technology Henry S. Thompson XML 0 06-01-2005 01:42 PM
Role-Based Security: ACLs and Role Hierarchies Liet Kynes ASP .Net 0 11-26-2003 08:08 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57