Effacer les filtres
Effacer les filtres

"Data-type 'Fix_16_13' is unsupported for HDL code generation "

1 vue (au cours des 30 derniers jours)
Hamid
Hamid le 13 Juin 2012
Commenté : Massino le 17 Mar 2022
I am trying to translate my Simulink design to Verilog code from HDL work flow advisor but i get the following error "Data-type 'Fix_16_13' is unsupported for HDL code generation " can you please help me out in this. I am using CORDIC SINCOS core to generate sine wave its output is of Fix_16_13 and workflow advisor is giving error on this output.

Réponses (1)

Tim McBrayer
Tim McBrayer le 13 Juin 2012
You need to find where you have specified "Fix_16_13" and correct the syntax. The string "Fix_16_13" is not a valid Simulink data type specification. If this string is intended to be a Simulink data type string, it should be fixdt(0,16,13) if unsigned, and fixdt(1,16,13) if the type is a signed type.
  1 commentaire
Hamid
Hamid le 14 Juin 2012
But i am using Xilinx Blockset Of Cordic SinCos and its output is intended to be Fix_16_13. Can you please tell me how can i change that to your suggested one in the block. Because there i only get to enter the input width 16 and binary point position 13. The output is predefined by the block itself.

Connectez-vous pour commenter.

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by