URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Subversion Repositories openmsp430
[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [run/] [run] - Rev 99
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bash
# Enable/Disable waveform dumping
OMSP_NODUMP=0
export OMSP_NODUMP
../bin/msp430sim mpy_basic
Go to most recent revision | Compare with Previous | Blame | View Log