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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [run/] [run_all] - Diff between revs 73 and 91

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 73 Rev 91
Line 1... Line 1...
!/bin/bash
#!/bin/bash
 
 
# Disable waveform dumping
# Disable waveform dumping
OMSP_NODUMP=1
OMSP_NODUMP=1
export OMSP_NODUMP
export OMSP_NODUMP
 
 
Line 58... Line 58...
../bin/msp430sim dbg_mem             | tee dbg_mem.log
../bin/msp430sim dbg_mem             | tee dbg_mem.log
../bin/msp430sim dbg_hwbrk0          | tee dbg_hwbrk0.log
../bin/msp430sim dbg_hwbrk0          | tee dbg_hwbrk0.log
../bin/msp430sim dbg_hwbrk1          | tee dbg_hwbrk1.log
../bin/msp430sim dbg_hwbrk1          | tee dbg_hwbrk1.log
../bin/msp430sim dbg_hwbrk2          | tee dbg_hwbrk2.log
../bin/msp430sim dbg_hwbrk2          | tee dbg_hwbrk2.log
../bin/msp430sim dbg_hwbrk3          | tee dbg_hwbrk3.log
../bin/msp430sim dbg_hwbrk3          | tee dbg_hwbrk3.log
 
../bin/msp430sim dbg_halt_irq        | tee dbg_halt_irq.log
 
 
# Watchdog test patterns
# Watchdog test patterns
../bin/msp430sim wdt_interval        | tee wdt_interval.log
../bin/msp430sim wdt_interval        | tee wdt_interval.log
../bin/msp430sim wdt_watchdog        | tee wdt_watchdog.log
../bin/msp430sim wdt_watchdog        | tee wdt_watchdog.log
../bin/msp430sim wdt_clkmux          | tee wdt_clkmux.log
../bin/msp430sim wdt_clkmux          | tee wdt_clkmux.log

powered by: WebSVN 2.1.0

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