Forum Discussion
olcay
New Contributor
1 year agoVerilog code for ADC using DE1-SOC
Hello, My project is to convert an analog signal to digital, and I’m using the DE1-SoC ADC for this purpose. I’m trying to achieve this using the code from this video, but despite using the same cod...
ShengN_altera
Super Contributor
1 year agoHi,
Check the attached file.
Please program the .sof first and then program the .elf file. Then open .stp to view the waveform.
Program the .elf file:
1.Go to <path>/nios2eds/nios2_command_shell.sh to open nios ii shell
2.Run command nios2-download DE1_SoC_ADC.elf -c 1 -r -g
That is just a verilog module adc_ltc2308.v and being used in Nios II design.
Thanks,
Regards,
Sheng