Some designs use modules that have design time parameters (e.g. parameters that "can not changed at run time").
We are using AWECoreOS, and we are performing the following:
- Loading the binary design file (*.awb) to the system
- Sending a play command to start audio processing
Is it possible to check design time parameters after loading the AWB file but before starting the processing?
We have a design that needs to respond to users' setup, and some parameters of the setup are only "design time" parameters. If I need to account for all user's setup options, I will need to prepare quite a few designs/AWB files, one for each setup configuration, which is of course not practical.