Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
update:
When adding "add_file my_fifo.vhd {SYNTHESIS SIMULATION}" to the _hw.tcl file, then in ModelSim the following error occurs: # ** Error: C:/Test/IP/my_component.vhd(157): (vcom-1141) Identifier "my_fifo" does not identify a component declaration. Where is the problem? When compiling the my_component.vhd outside the SOPC builder everything works... Does anyone has a hint for me? - Altera_Forum
Honored Contributor
Is my_fifo a package? If it is just a component you shouldn't try to include it with a 'use' line. Just declare the component in the architecture and instantiate it.
What you you have on line 157 of my_component.vhd?