- The target hardware must support standard double-precision floating-point computations. You cannot generate code for single-precision or fixed-point computations.
Error while generating HDL code from Matlab: Invalid data type. H must be double.
    13 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Yichuan Wang
 il 2 Feb 2022
  
    
    
    
    
    Risposto: Kiran Kintali
    
 il 2 Feb 2022
            While trying to generate Verilog file using HDL Coder, I got the following error in the Fixed-Point Conversion step.

And the Error Report is shown as below:

The source code is an MPC controller, which have been uploaded in the attachment. Kindly help me resolve the issue.
Thanks.
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 2 Feb 2022
        There is no specialized version of quadprog() for the Fixed-Point toolbox. quadprog() is only implemented for cases where the first parameter is type double(). This is specifically documented.
0 Commenti
Più risposte (1)
  Kiran Kintali
    
 il 2 Feb 2022
        Can you share your design.m, testbench.m files and the project file with necessary settings? Thanks
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


