Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWell it is what it says.
You are giving sig_speed[15] values from 2 different ports/signals. Somewhere in your code you have (this is VHDL code): something like this: sig_speed[15] <= example[15]; And somewhere else (maybe in a parallel proces) you have sig_speed[15]<=initial_speed[15]; Also your code isn't attached.