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
This would make it possible to generate the hardware on one machine and utilize it on another one. So, basically caching the whole hardware representation locally.
Now caching is done on the hardware description level only and you need to be only for the GenerateHardware() call anyway. This would also make it possible to use Hastlayer offline like it is necessary for embedded systems.
This is now covered for Vitis. Needs to test if GenerateHardware() can be completely decoupled from the GenerateProxy() method call, e.g. for offline use (it can be invoked but shouldn't do VHDL generation and hardware compilation).
github-actionsbot
changed the title
Add the ability to store IHardwareRepresentation
Add the ability to store IHardwareRepresentation (HAST-243)
Sep 18, 2022
This would make it possible to generate the hardware on one machine and utilize it on another one. So, basically caching the whole hardware representation locally.
Now caching is done on the hardware description level only and you need to be only for the
GenerateHardware()
call anyway. This would also make it possible to use Hastlayer offline like it is necessary for embedded systems.Jira issue
The text was updated successfully, but these errors were encountered: