You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In casse the openPowerlink-projects decides to switch to more recent versions of the altera development tolls / quartus one day, this could patch could be used to get an idea what changes were nescessary for us in order to get it working with Quartus-16.1 (although with a custom board, so the excact configuration shipped has not been tested).
We have validated your pull request with the below configurations:
PC - Windows 7
Altera Quartus II - 16.1
Target platform - Altera C5 SoC
We found that the Altera C5 SoC hardware build is successful, but the BSP build is failing. Please find below the error message screenshot.
Note: We also see that the "Address Span Extender" IP core is set to version 14.0 by default. We have upgraded the IP core version to 16.1 and re-validated the design, but the problem exists.
Because of relocation I've changed my employer and am no longer working on openPowerlink.
I've reached out to my former colleagues regarding this open pull request.
BSP Generation for the Nios II driver daemon fails, because no region information is available for address_span_extender_cpu_bridge.
As described by NIOSII using the FPGA-to-HPS SDRAM Bridge via Address Span Extender,
this can be resolved either by editing the generated .sopcinfo file or by uncommenting two lines in
/ip/altera/merlin/address_span_extender/altera_address_span_extender_hw.tcl:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In casse the openPowerlink-projects decides to switch to more recent versions of the altera development tolls / quartus one day, this could patch could be used to get an idea what changes were nescessary for us in order to get it working with Quartus-16.1 (although with a custom board, so the excact configuration shipped has not been tested).