pyfpga icon indicating copy to clipboard operation
pyfpga copied to clipboard

Vivado: Hierarchy out of date

Open davekeeshan opened this issue 5 months ago • 0 comments

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.

davekeeshan avatar Jun 19 '25 12:06 davekeeshan