Altera_Forum
Honored Contributor
12 years agoNonresolved signal has multiple sources
Hi all, A homework task I got is to create a component which receives positive numbers and gives the output of A+B-C+D-E...
Compiling the code yields one error: # ** Error: checkex4.vhd(103): Nonresolved signal 'cur_RES' has multiple sources. The signal "cur_RES" is the output of the FF whom is responsible for the memory for the next cycle. I don't see why there is a problem with the code. (I can guess it's connected to the clock and sync options ?) The sketch which I have done for the component is: https://www.alteraforum.com/forum/attachment.php?attachmentid=7227 (The code is attached to the question) Thanks in advance, Amitai