Forum Discussion
Altera_Forum
Honored Contributor
8 years agoCompilation Error
Hi i am getting the following error during compilation cu any one help me plz Error (12005): Actual width (17) of port "read_address" on instance "KIKISMDWT:UVK|dual_ram:DUALRAM" is not compati...
Altera_Forum
Honored Contributor
8 years agoYou didnt post the entity, but the error suggests your component doesnt match the entity definition. You need to fix the component to match the entity, or forget about components completely and use direct instantiation:
DUALRAM : entity library_where_ram_is_compiled.dual_ram
port map (
--etc
)