URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Details |
Compare with Previous |
View Log
| Line No. |
Rev |
Author |
Line |
| 1 |
291 |
simons |
This is MP3 decoder for OpenRISC configured for the xess board.
|
| 2 |
|
|
|
| 3 |
|
|
Make the mp3 player with:
|
| 4 |
|
|
|
| 5 |
|
|
./makes2 songs/Beethoven-fuer_elise-16.mp3 songs/Moonlight-16.mp3
|
| 6 |
|
|
|
| 7 |
|
|
This should build mp3 decoder for or32 and also put these two
|
| 8 |
|
|
songs in the memory image.
|
| 9 |
|
|
|
| 10 |
|
|
You get three outputs:
|
| 11 |
|
|
|
| 12 |
|
|
- minimad : this is executable in COFF binary format that you can use
|
| 13 |
|
|
on the simulator (type "sim -fast minimad", uncomment the OR1K_SIM define
|
| 14 |
|
|
in config.h to get PCM output in a file)
|
| 15 |
|
|
|
| 16 |
|
|
- minimad.s2 : this is srecord siutable to be merged with bitstream (*.exo)
|
| 17 |
|
|
that is burned into flash memory in xess board
|
| 18 |
|
|
(type "../utils/merge2srec xfpga_top.exo minimad.s2" to get out.exo and then
|
| 19 |
|
|
load this to xess board)
|
| 20 |
|
|
|
| 21 |
|
|
- minimad.mem : this file is used to initialize flash model for the RTL
|
| 22 |
|
|
simulation (sim/ncsim/run/run_sim is expecting this file so you have to
|
| 23 |
|
|
build this decoder before you run the simulation).
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.