URL
https://opencores.org/ocsvn/m1_core/m1_core/trunk
Subversion Repositories m1_core
[/] [m1_core/] [trunk/] [tools/] [bin/] [run_icarus] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bash
cd $M1_ROOT/run/sim/icarus
ln -f -s ../../../tests/code.txt .
./testbench 2>&1 | tee sim.log
Go to most recent revision | Compare with Previous | Blame | View Log