- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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, HLink Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page