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
Design.updateDesignWithCheckpointPlaceAndRoute is supposed to behave identically to Design.readCheckpoint, only with a user-supplied pre-parsed netlist.
For DCPs created with Vivado 2022.2, this is not the case. In a Design loaded with Design.updateDesignWithCheckpointPlaceAndRoute, the list of SiteInsts is always empty. (Probably more field are not loaded correctly. I did not investigate further)
Code to reproduce (collapsed)
The main function takes DCP and matching EDIF as arguments.
Design.updateDesignWithCheckpointPlaceAndRoute
is supposed to behave identically toDesign.readCheckpoint
, only with a user-supplied pre-parsed netlist.For DCPs created with Vivado 2022.2, this is not the case. In a Design loaded with
Design.updateDesignWithCheckpointPlaceAndRoute
, the list of SiteInsts is always empty. (Probably more field are not loaded correctly. I did not investigate further)Code to reproduce (collapsed)
The main function takes DCP and matching EDIF as arguments.Prints
ok
on expected list of SiteInsts,fail
otherwise.A minimal example DCP and EDIF can be found here: minimal_example.zip
The text was updated successfully, but these errors were encountered: