Forum Discussion
Altera_Forum
Honored Contributor
10 years agoWhy do you want to use bcd? That makes things very complicated and use a lot of resources. Why not just work in binary like every other language? You can easily do arithmatic in vhdl with the IEEE.numeric_std library
A <= b + (c*d);