Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17258 Discussions

Modelsin Simulation error - alt_inbuf is not bound

Altera_Forum
Honored Contributor II
1,365 Views

Dear Gurus, 

 

I have been writing several small VHDL files and test benching them individually with success. I have created the design in quartus and tried File -> Create/Update -> Create HDL Design File for Current File to export the design. When I try to simulate the test bench for the overall design I get many errors like  

 

component instance b2v_inst5 alt_inbuf is not bound. 

 

I am seeking documentation for simulating the top level but if anyone can shed any light on this issue, I would be grateful. 

 

Best regards, 

 

H
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
518 Views

It may be the case, that some libraries have not been compiled in your Modelsim ínstallation, in this case altera_primitives_components, that contains alt_inbuf. It may be a special problem with VHDL files originated from schematic entry, because these primitives aren't used in generic VHDL code, I think.

0 Kudos
Altera_Forum
Honored Contributor II
517 Views

Dear FvM, 

 

You hit the nail on the head. I hadn’t referenced the altera library so adding USE altera.all to my test bench the design now simulates.  

 

Thanks once more for your patients and help. 

 

Best regards, 

 

H
0 Kudos
Reply