Fixed module disappearing outside pr area#1437
Open
tignear wants to merge 1 commit intoXilinx:image_v3.1.1from
Open
Fixed module disappearing outside pr area#1437tignear wants to merge 1 commit intoXilinx:image_v3.1.1from
tignear wants to merge 1 commit intoXilinx:image_v3.1.1from
Conversation
Collaborator
|
Hi @tignear, Thank you for your contribution. We will review this for the next release. |
Collaborator
|
Hi @tignear, would it be possible to get a .hwh file so that we can investigate this issue that this PR fixes before evaluating if we can merge it onto the next release branch. Thanks so much. |
Author
ol = Overlay("toplevel.bit")
ol.pipeline_enable # => ok
ol.pipeline.download("image_processor_id_partial.bit")
ol.pipeline_enable |
Collaborator
|
Hi @tignear, Can you try to rename Which board are you using? |
Author
It will work if I do that.
https://digilent.com/reference/programmable-logic/pynq-z1/start |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Assume that the static area contains the following modules.
When I reconfigured the "processor", the "processor_enable" module disappeared.
It should be correct that it doesn't disappear, so I'll fix it that way.