Need VHDL Help

The favorite HDL language in Europe and in Universities

Need VHDL Help

Postby kantri » Fri Aug 27, 2010 1:07 am

Hey ,

I want some help with my VHDL Code.

I need to design a hash algorithm and in that there are 8 functions and each function is to be performed ten times all at a time. I used the for loop statement but i am getting some errors with the units that are declared within the loop so can anyone help me with this ..

Thank you
kantri
 
Posts: 2
Joined: Fri Aug 27, 2010 1:03 am

Postby tricky » Fri Aug 27, 2010 9:04 am

Usually, for loops are not what you want in VHDL. They unroll to form parallell hardware.

Post some of your code so we can see where the problems are.
tricky
 
Posts: 56
Joined: Wed Dec 09, 2009 11:50 am

Postby kantri » Fri Aug 27, 2010 11:10 pm

I Dont want to increase the hardware... I just want to perform the function after i get the o/p's with new i/p's ...
kantri
 
Posts: 2
Joined: Fri Aug 27, 2010 1:03 am

Postby tricky » Sat Aug 28, 2010 4:59 pm

please post some example code.
tricky
 
Posts: 56
Joined: Wed Dec 09, 2009 11:50 am


Return to VHDL