Altera_Forum
Honored Contributor
14 years agoSOPC: integration custom component with libraries.
Hi ,
I'm trying to import a custom component with the compoent editor in SOPC builder. The compoent use some librarie import like: LIBRARY ieee; USE ieee.std_logic_1164.all; USE ieee.numeric_std.all; library oplib; use oplib.stdlib.all; during the import, the tool can't recognize my library oplib and i've the error: Error: Error: Error (10481): VHDL Use Clause error at xxxx1.vhd(113): design library "oplib" does not contain primary unit "stdlib" File: D:/altera/10.0/..../xxxx1.vhd Line: 156 I've copy the library files the the ip directory of altera under: C:\altera\10.1sp1\ip\customlib\oplib it dosen't help. is there any advanced user to help me out there? thx