Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library setup for quartus project #5

Open
troibe opened this issue Feb 24, 2022 · 1 comment
Open

Library setup for quartus project #5

troibe opened this issue Feb 24, 2022 · 1 comment

Comments

@troibe
Copy link

troibe commented Feb 24, 2022

Hi Jan,
thanks for the great project.
I just tried reproducing it locally and ran into missing component issues:
Warning (125092): Tcl Script File ../qsys/system/synthesis/system.qip not found
And then during compilation:
Error (12006): Node instance "inst_system" instantiates undefined entity "system". Ensure that required library paths are specified correctly, define the specified entity, or change the instantiation. If this entity represents Intel FPGA or third-party IP, generate the synthesis files for the IP.

Therefore I went back to the blinky example which worked as expected. 🥳
When I update to your second commit I run into this issue:
Error (12252): System.clock_counter_0: Component clock_counter 1.0 not found or could not be instantiated

I'm assuming that all of these errors are related to my local library setup not being configured properly.
So far all I did was take your project and open it with quartus.
This is probably a very easy question but I have been mainly using Vivado and Yosys so I'm not super familiar with quartus.
Best wishes
Martin

@j-marjanovic
Copy link
Owner

Sorry, I am in the process of changing jobs and I have little time for my hobby projects.

This project is currently missing a script which would compile the entire project in one step, and one needs to first open the Qsys project and then generate the needed files.

I will improve the scripts and documentation once I have more time.
Jan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants