We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using fusesoc, I am not able to import axi.core to my project properly. I was getting this error:
# ** Error: ../src/pulp-platform.org__axi_0.38.0/src/axi_test.sv(1285): (vlog-2164) Class or package 'rand_id_queue_pkg' not found.
I found out that if I add: - ">=pulp-platform.org::common_verification:0.2.3"
- ">=pulp-platform.org::common_verification:0.2.3"
to axi core at https://github.com/pulp-platform/axi/blob/v0.38.0/axi.core#L66 I wont get this error any more. Is there a reason why common_verification is not a part of axi rtl dependency?
common_verification
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using fusesoc, I am not able to import axi.core to my project properly. I was getting this error:
# ** Error: ../src/pulp-platform.org__axi_0.38.0/src/axi_test.sv(1285): (vlog-2164) Class or package 'rand_id_queue_pkg' not found.
I found out that if I add:
- ">=pulp-platform.org::common_verification:0.2.3"
to axi core at https://github.com/pulp-platform/axi/blob/v0.38.0/axi.core#L66 I wont get this error any more. Is there a reason why
common_verification
is not a part of axi rtl dependency?The text was updated successfully, but these errors were encountered: