Forum Discussion
Altera_Forum
Honored Contributor
13 years agoyou have declared max_add as an integer variable inside the process so it overloads the max_add std_logic_vector port. So you will need to either remove the variable or rename it if you want to access the input port.