EIE4-FYP/readme.md

10 lines
1.1 KiB
Markdown
Raw Normal View History

2024-01-19 21:55:06 +00:00
# StackSynth - Final Project
2024-01-19 21:55:06 +00:00
This repository contains the source files and notes from my Final Project, as part of my Masters of Engineering in Electronics and Information Engineering at Imperial College London.
2024-01-19 21:55:06 +00:00
StackSynth is an educational synthesizer platform based on the STM32L432, used in the 3rd Year Embedded Systems module, with lab notes available on the [GitHub repository](https://github.com/edstott/ES-synth-starter). The ARM Cortex-M4 based CPU is not optimised for the Digital Signal Processing operations needed for complex audio waveform generation.
2023-05-10 17:48:46 +00:00
2024-01-19 21:55:06 +00:00
The goal of this project was to create the SystemVerilog modules and code for an FPGA-based extension module for StackSynth, to increase the audio ability and performance of the synthesizer while providing future Embedded Systems students an opportunity to develop code for an integrated [VexRiscV](https://github.com/SpinalHDL/VexRiscv) RISC-V System-on-Chip.
2023-02-26 19:42:08 +00:00
2024-01-19 21:55:06 +00:00
Notes taken during this project primarily consist of links for useful reading and reference materials, and is available in [this document](./notes/readme.md).