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

Subversion Repositories s1_core

[/] [s1_core/] [trunk/] [tools/] [bin/] [run_icarus] - Rev 109

Compare with Previous | Blame | View Log

#!/bin/bash

test_var S1_ROOT
cd $S1_ROOT/run/sim/icarus
ln -f -s $S1_ROOT/tests/boot/rom_harness.hex .
ln -f -s $S1_ROOT/tests/ram_harness.hex .

./testbench > sim.log
echo "Simulation completed!"
echo "To see the output:"
echo "        less $S1_ROOT/run/sim/icarus/sim.log"
echo "Too watch the waveforms:"
echo "        gtkwave $S1_ROOT/run/sim/icarus/trace.vcd"

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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