I am getting the following error with my code: Error (10500): VHDL syntax error at part2.vhd(147) near text "component"; expecting "is" Can anyone help me with this issue? Thanks...
The architecture declaration requires an "is" afterwards, but the components don't (as they are declared as entities earlier).
P. K. wrote: > The architecture declaration requires an "is" afterwards, but the > components don't (as they are declared as entities earlier). Thanks for the comment PK, but this didn't help.
I just solved my own problem, the architecture in which i used the component didn't have an "is" statement.