Project | Library | Model Name | Kind |
sca_basic_libraries | configuration_utilities | param_reader_module | SystemC Module |
Parameters
Name | Type | Default | Description |
fname | std::string | "param_reader_module.par" | parameter file |
bool | false | print parameter file content to shell |
Description
parameter reader for schematic usage
Long Description
This module wraps the param_reader utility function to be able instantiate it within a schematic. Via the string parameter fname a parameter file name can be passed to the instance. The boolean print parameter (default: false) prints the parsed parameter file content if the value is set to true. This module may only instantiated once per schematic/hierarchy, since the GET_PARAMETER(), GET_PARAMETER_CHECK() access functions trying to reach the next param_reader in the hierarchy above. Please refer to the param_reader documentation.