Refer specific information to design document
This commit is contained in:
parent
8994af1364
commit
c2d3c37eb6
1 changed files with 1 additions and 4 deletions
|
|
@ -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.
|
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.
|
Therefore, this project places emphasis on energy efficient configurations in contrast to maximizing throughput.
|
||||||
|
|
||||||
## To build:
|
For more information refer to the design document.
|
||||||
```bash
|
|
||||||
riscv64-unknown-elf-gcc -march=rv64imadcv -mabi=lp64d main.c -lm -o dct2d_riscv.out
|
|
||||||
```
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue