pflib v2.7.0-1-gd371ab6a
Polarfire Interaction Library
pflib::Parameter Struct Reference

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< RegisterLocationregisters
 the locations that the parameter is split over
 

Detailed Description

A parameter for the HGC ROC includes one or more register locations and a default value defined in the manual.


The documentation for this struct was generated from the following file: