Source files and notes of my Final Year Project, as part of an MEng in Electronics and Information Engineering from Imperial College London
Go to file
Aadi Desai 54654bd5f8
Add genWave.sv
Supports 64 oscillators
Merges waveforms with volume reduced to range 0.5-1 of single wave
Heavily optimised to reduce area / MUL requirements
2023-06-07 22:53:04 +01:00
demo Update demo C++ readme with instructions 2023-06-05 13:53:29 +01:00
rtl Add genWave.sv 2023-06-07 22:53:04 +01:00
.gitignore Add sine wave generator using cordic 2023-05-28 16:07:23 +01:00
.svlint.toml Clean up .svlint.toml 2023-05-18 12:34:03 +01:00
build.sh Clean up build + make scripts, add links to readme 2023-06-05 16:35:17 +01:00
dacVolume.py Create volume control module, not functional 2023-05-21 01:22:39 +01:00
make.py Clean up main.py 2023-06-07 22:49:25 +01:00
readme.md Clean up build + make scripts, add links to readme 2023-06-05 16:35:17 +01:00
sine_poly_approx.png Update Sin polynomial approx image 2023-05-26 16:54:10 +01:00
testCAN.py Create CAN wrapper module 2023-06-04 12:39:51 +01:00
testProp.py Add propegation test and results waveform 2023-06-05 18:28:22 +01:00
testPropTiming.vcd Add propegation test and results waveform 2023-06-05 18:28:22 +01:00
testRGB.py Remove reset value from TestRgb 2023-03-04 14:54:09 +00:00
testSaw.py Move sine bit inversion from genSaw to saw2sin 2023-06-06 18:51:36 +01:00

StackSynth Final Year Project

Project Notes

Cool Things To Note