URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [mp3/] [sw/] [run_sim] - Rev 266
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/sh
PROG=mad-xess
echo 'dhb 0x0 0x20000 > ../sim/src/flash.in' | or32-rtems-sim -i -fast $PROG/$PROG.or32
echo 'run 4000000 hush' | or32-rtems-sim -i -fast $PROG/$PROG.or32
Go to most recent revision | Compare with Previous | Blame | View Log