-
Notifications
You must be signed in to change notification settings - Fork 265
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
axi_address_resolver relies on non-existing module #1
Comments
I'm not entirely sure what the local testbench does, however you can find all the IP dependencies in the I think the IP owners (@fabianschuiki @zarubaf ?) should explicitly call |
Clarification much appreciated. |
Yes, @FrancescoConti is completely right. Currently we do not provide our |
Thank you. For what it is worth, the find_first_one module is contained in a deprecated directory. However, including that file as suggested addresses the issue in the axi_lite_xbar.sv module. |
@bchetwynd is that by any chance Brendon from WPI end of 90s? |
Yes, indeed :) Hello, Frank! |
You can theoretically already use Bender, but you would have to compile it from source yourself (https://github.com/fabianschuiki/bender). We're still ironing out the flow of that tool and will provide precompiled binaries once things become more stable. But just in case you're feeling lucky 😉 . |
Rebase from pulp-platform
The axi_address_resolver component relies on the find_first_one component, which is not part of the repository. The axi_address_resolver component is used in axi_lite_xbar.sv.
Thus, when attempting to simulate using compile_vsim.sh / run_vsim.sh scripts, the simulation fails due to undefined module.
The text was updated successfully, but these errors were encountered: