- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I normally use a block / schematic as my top level block to instantiate the SOPC without any problems. Yet, when I use a Verilog as the top-level, I keep getting this message about one of our custom SOPC components:
Error: Node instance "dtbs_avalon_0" instantiates undefined entity "dtbs_avalon" The component is placed under "ip" directory of the working directory and I know it's there. I've used this component before without any problems. Thanks.Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The fact that you use HDL or schematic to instantiate your SOPC project shouldn't have an inpact on that.
Check that your custom component is indeed part of the Quartus project. In the project navigator (top left), go to the "files" tab. There should be a .qip file with the name of your SOPC project, and if you open it you should see the files for your custom component. If you don't see the SOPC .qip file, manually add it to the project, and if you don't see your component in the .qip, try to regenerate the SOPC project and run again the analysis and synthesis.
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