syam404
New Contributor
4 years agosignal 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 ...
- 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.