fpga-open-speech-tools / simulink_models

Simulink models for speech and audio processing
MIT License
4 stars 4 forks source link

Add support for autogenerating UI configuration #19

Closed audiologic-vannoy closed 4 years ago

audiologic-vannoy commented 4 years ago

This adds support for generating the UI.json and linker.json files needed to generate the app UI. This only adds support to a handful of the models, though, so the rest of the models will need to be updated as well.

Additionally, this pull request also scripts register data type conversions. This is two-fold:

  1. it's a nice feature to have, and was mentioned in Issue #4.
  2. The UI json file needs a datatype string; adding register data type to the init script was the best way to do this.

There is an associated pull request in the simulink_codegen repo.

tvannoy commented 4 years ago

stale because nobody reviewed. merging anyway