URL
https://opencores.org/ocsvn/m1_core/m1_core/trunk
[/] [m1_core/] [trunk/] [tools/] [bin/] [run_icarus] - Diff between revs 2 and 14
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 2 |
Rev 14 |
Line 1... |
Line 1... |
#!/bin/bash
|
#!/bin/bash
|
|
|
|
if [ -z "$M1_ROOT" ]; then echo "***ERROR***: M1_ROOT variable is undefined, please set it and run 'source sourceme'."; exit 1; fi
|
|
if ! [ -d "$M1_ROOT" ]; then echo "***ERROR***: directory '$M1_ROOT' does not exist, please check it and run 'source sourceme' again."; exit 1; fi
|
|
|
cd $M1_ROOT/run/sim/icarus
|
cd $M1_ROOT/run/sim/icarus
|
ln -f -s ../../../tests/code.txt .
|
ln -f -s ../../../tests/code.txt .
|
./testbench 2>&1 | tee sim.log
|
./testbench 2>&1 | tee sim.log
|
|
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.