Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Function to_unsigned returns only zeros

Hello, I'm programming a FIR Filter in VHDL and I want to insert stuck on errors in the taps.. so, I did this: SIGNAL tap0, tap1, tap2, tap3 : INTEGER :=0 ; SIGNAL error : INTEGER...