fpga-open-speech-tools / simulink_models

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

openMHA Atomic Referenced Subsystems #64

Open fe-tdavis opened 3 years ago

fe-tdavis commented 3 years ago

Several referenced models in the design are treated as atomic subsystems (e.g. FFT Synthesis, FFT Analysis) which prevents HDL from generating when more than one of those models appear in different subsystems. As a result, the left and right channels can't be synthesized to VHDL simultaneously. While simply disabling Treat as atomic unit allows normal subsystems to be considered non-atomic, disabling this option for referenced models requires more research.