pyfpga
pyfpga copied to clipboard
Vivado: Hierarchy out of date
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:
This can be unblocked in the GUI by doing a refresh of Hierarchy:
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
Opening a PR with this fix.