Closed sprocter closed 6 years ago
The language should support assigning properties to features.
Example input:
configuration cpu_power_scaling ( power: SEI::PowerBudget from (0.1W .. 300W) ) extends impl::platform::platform.federated { cpu.power#SEI::PowerBudget => power }
Example output:
PropertyValue-bscu.platform.cpu2.power-SEI\:\:PowerBudget-float=0.1,300.0
Property values can be assigned to features, already. What's missing is
Note: The candidate list was originally introduced as an enumeration of possible values that the parameter could take.
The language should support assigning properties to features.
Example input:
Example output: