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
When using XPM modules I need to copy the .mem files that hold the contents of the memories into the project folder (i.e. proj/[project name]) for the sim project. Apparently Vivado does this automatically for itself once one adds mem files to a Vivado project.
It might make sense to extend ipbb to understand the .mem extension for simulation projects and when added copy those to the project folder. Currently I link the mem files over into the project folder as part of the CI, but in the upcoming common CI we'd prefer to have all project specific tasks contained in ipbb config files.
The text was updated successfully, but these errors were encountered:
Yep, it would be good for ipbb to take care of that. This is in fact a similar problem to the mifs and in fact, it would be good to have consistent handling of these "memory data files". Would you be able to put together a minimal example?
When using XPM modules I need to copy the .mem files that hold the contents of the memories into the project folder (i.e.
proj/[project name]
) for the sim project. Apparently Vivado does this automatically for itself once one adds mem files to a Vivado project.It might make sense to extend ipbb to understand the .mem extension for simulation projects and when added copy those to the project folder. Currently I link the mem files over into the project folder as part of the CI, but in the upcoming common CI we'd prefer to have all project specific tasks contained in ipbb config files.
The text was updated successfully, but these errors were encountered: