Altera_Forum
Honored Contributor
7 years agoPeculiar Problem with Quartus 17.0 lite
I am facing a peculiar problem while synthesizing with Quartus 17.0 lite for MAX 10 FPGA.
I was just trying to interface FPGA to LTC2400 ADC in free running mode. The program basically receives serial data and extracts 14 bits from the parallel data stream. Everything works fine with the following statement ADC_DAT <= {2'b0,ADC_TEMP[27:14]}-16'd1; When I change the above code to ADC_DAT <= {2'b0,ADC_TEMP[27:14]}-16'd100; The data that I see through In system sources and probes editor is very random. Data continuously varies. When I do change back to my orginal statement, things works fine. Any clues? P.S: I will not be able to share the source code.