Forum Discussion
Altera_Forum
Honored Contributor
15 years agothen it is quite simple to do arithmatic in VHDL, it is as simple as:
c <= a + b; c <= a - b; c <= a * b; etc.then it is quite simple to do arithmatic in VHDL, it is as simple as:
c <= a + b; c <= a - b; c <= a * b; etc.