Forum Discussion
Altera_Forum
Honored Contributor
14 years agouse verlog ip in vhdl
I'm trying to use a verilog ip in a vhdl file, first component declaration , then instantiation ... But I keep getting : design library work does not contain ... although I added the file to my proje...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- What am I doing wrong ? --- Quote End --- Have you added the i2c_touch_config.v source to the project? And because you have a component declaration, you do not need to use
terasictouch : entity work.i2c_touch_config
You can just use
terasictouch : i2c_touch_config
Cheers, Dave