pflib v2.7.0-1-gd371ab6a
Polarfire Interaction Library
|
A parameter for the HGC ROC includes one or more register locations and a default value defined in the manual. More...
Public Member Functions | |
Parameter (std::initializer_list< RegisterLocation > r, int def) | |
pass locations and default value of parameter | |
Parameter (int r, int m, int n, int def) | |
short constructor for single-location parameters | |
Public Attributes | |
const int | def |
the default parameter value | |
const std::vector< RegisterLocation > | registers |
the locations that the parameter is split over | |
A parameter for the HGC ROC includes one or more register locations and a default value defined in the manual.