Thanks for the great link!
Are there any other good boards on VHDL and digital design?
As of regards to multiplication, I was working on filter that stores results in registers.. so regular synthesis takes a lot of space.. I thought it was due to multiplication, but I guess mainly it's because of that. I will try to use block ram to reduce the space.
How much space does regular '*' multiplication take (i.e. using numeric_std) as compared to some other fast available multiplication algorythms. Also, is there a free code for them? Andraka.com seems to have only description.
Thanks