Forum Discussion
Altera_Forum
Honored Contributor
9 years agoError 10500 when using process and port maps for bitwise operations
Hello all, I am trying to incorporate bitwise operations into a file with an 8 bit carry look ahead adder. I declare the entity doing the operations as a component in the file with the carry lo...
Altera_Forum
Honored Contributor
9 years agoYou cannot put a component instantiation in a process.
A component is like a microchip. Putting a port map in a process is like asking a circuit to add/remove a chip while the circuit is running, which is impossible.