OpenCores
URL https://opencores.org/ocsvn/s1_core/s1_core/trunk

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [bin/] [run_icarus] - Blame information for rev 109

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 7 fafa1971
#!/bin/bash
2
 
3 109 albert.wat
test_var S1_ROOT
4 7 fafa1971
cd $S1_ROOT/run/sim/icarus
5 103 fafa1971
ln -f -s $S1_ROOT/tests/boot/rom_harness.hex .
6
ln -f -s $S1_ROOT/tests/ram_harness.hex .
7
 
8
./testbench > sim.log
9
echo "Simulation completed!"
10
echo "To see the output:"
11
echo "        less $S1_ROOT/run/sim/icarus/sim.log"
12
echo "Too watch the waveforms:"
13
echo "        gtkwave $S1_ROOT/run/sim/icarus/trace.vcd"
14
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.