truhy / adc_f2h_uart_de10nano

FPGA DE10 Nano read ADC to UART
MIT License
5 stars 1 forks source link

Update adc_ltc2308.v #4

Closed javadtaghia closed 3 months ago

javadtaghia commented 3 months ago

fixes the issue with inaccurate reading

javadtaghia commented 3 months ago

Please review. I tested solved the issue. I also recommend to reduce the sampling to 400k since the calculation will be more robust. However, no need at this stage with 500k sampling still works.

truhy commented 3 months ago

Thanks Javad