Refer specific information to design document

This commit is contained in:
Hugo Mårdbrink 2024-03-30 19:42:38 +01:00
parent 8994af1364
commit c2d3c37eb6

View file

@ -5,7 +5,4 @@ There is currently a rise of RISC-V processors in the industry, especially in th
I thought it would be interesting to explore the DCT-II algorithm due to its applications in satellites, and its potential to be accelerated.
Therefore, this project places emphasis on energy efficient configurations in contrast to maximizing throughput.
## To build:
```bash
riscv64-unknown-elf-gcc -march=rv64imadcv -mabi=lp64d main.c -lm -o dct2d_riscv.out
```
For more information refer to the design document.