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
Need a mechanism by which user can create phy_config.h, table_defs.h, and table_vals.h that can be "plugged" into the WDDR library.
Each physical design will have unique timings, frequencies, and phy configurations. This will require a unique set of the three files above. To avoid needing to replace these files, there should be a mechanism in the build system (CMAKE) to allow these files to be specified by the user. The details of this need to be thought through more thoroughly (special include path, interface library, etc.).
The text was updated successfully, but these errors were encountered:
Feature Request
Need a mechanism by which user can create phy_config.h, table_defs.h, and table_vals.h that can be "plugged" into the WDDR library.
Each physical design will have unique timings, frequencies, and phy configurations. This will require a unique set of the three files above. To avoid needing to replace these files, there should be a mechanism in the build system (CMAKE) to allow these files to be specified by the user. The details of this need to be thought through more thoroughly (special include path, interface library, etc.).
The text was updated successfully, but these errors were encountered: