Clear Filters
Clear Filters

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

1 view (last 30 days)
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.

Answers (1)

Tim McBrayer
Tim McBrayer on 13 Jun 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 Comment
Hamid
Hamid on 14 Jun 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.

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!