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
Hi. When I'm using design.getSiteInsts() and filter the laguna sites (SiteTypeEnum.LAGUNA) in it, I found some sites whose inner laguna registers are not used but included in getSiteInsts(). For example, as the following figure shows:
This site is included in getSiteInsts(), but whose property "IS_USED" in Vivado shows false.
Is this expected? If so, is it because that the wire connecting RXD4 is used?
The text was updated successfully, but these errors were encountered:
Generally, those SiteInst objects should probably not be included. Can you provide more information on how this design was created? Are you able to share an example flow that causes these to appear? We would be interested in tracking down the cause for their existence, thanks!
Hi. When I'm using
design.getSiteInsts()
and filter the laguna sites (SiteTypeEnum.LAGUNA) in it, I found some sites whose inner laguna registers are not used but included ingetSiteInsts()
. For example, as the following figure shows:This site is included in
getSiteInsts()
, but whose property "IS_USED" in Vivado shows false.Is this expected? If so, is it because that the wire connecting RXD4 is used?
The text was updated successfully, but these errors were encountered: