1

I am trying to covert a matlab code into VHDL using HDL Coder. When I try to simulate my model it gives me the error :

Illegal Fixed-Point Data Type: the numbers of bits exceeded the supported maximum

I have used fixed data type in my blocks. Does any one know how I can remove this error please. It would be great help

4
  • Based on the error can you reduce the wordlength of the fixed-point types? Commented Feb 18, 2016 at 14:28
  • @Navan. I am already using very small length and have to keep the precision of my data. Commented Feb 18, 2016 at 14:32
  • 1
    Did you verify that your HDL Coder is configured correctly? How many bits does the the hardware you intend to use support? How many bit do you attempt to use? Commented Feb 18, 2016 at 14:34
  • @Daniel will check the number of bits supported by the hardware and also check the configuration. Commented Feb 18, 2016 at 14:35

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.