Skip to content

Vivado: Hierarchy out of date #63

@davekeeshan

Description

@davekeeshan

With the new version of pyfpgae, when a project is opened it doesn't default to showing the top and gives a warning, Hierarchy out of date:

Image

This can be unblocked in the GUI by doing a refresh of Hierarchy:

Image

However it would be preferable if the project was in the right state from the start.

I added these two lines to the vivado.jinja file, just before close_project, and it works properly.

set_property source_mgmt_mode All [current_project]
update_compile_order -fileset sources_1

Image

Opening a PR with this fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions