This repository contains the implementation of example digital signal processing algorithms on the DE0-Nano-SoC heterogeneous platform. The digital logic implemented in the FPGA handles the execution of DSP algorithms, while the ARM microprocessor runs a web server that provides user with a browser-based interface for remote interaction.
git clone --recursive git@github.com:dbachurski/CycloneV-SoC-DSP-System.gitpython3 -m pip install peakrdl./env.shhw_generator.shbitbake agh-image-baseTo prepare an SD card, write to it a generated system image file
(./sw/build/tmp/deploy/images/de0-nano-soc/agh-image-base-de0-nano-soc.wic).
Before powering up a device, confirm that MSEL pins (SW10) are set to 6'b0. Then plug-in the
SD card and connect a USB cable to the J4 connector (it enables serial port data transmission).
You can access the Linux prompt via serial connection using username root. Password is not
required.
