Forum Discussion

syam404's avatar
syam404
Icon for New Contributor rankNew Contributor
4 years ago
Solved

signal 9 error

I am using Quartus Prime Pro 21.2 .While doing full compilation in fitter I got the error Error(20549): Current module quartus_fit was unexpectedly terminated by signal 9. This may be because some ...
  • YEan's avatar
    4 years ago

    The maximum values can be stored in 9 bits is 512. Thus, you cannot store 1056 values in 9 bits. You may try to change your bit to 11 bits.