URL
https://opencores.org/ocsvn/light52/light52/trunk
Subversion Repositories light52
[/] [light52/] [trunk/] [test/] [cpu_test/] [run.bat] - Rev 22
Go to most recent revision | Compare with Previous | Blame | View Log
@rem run.bat -- Run the program on the b51 simulator.
@rem Note we use the 'default' version of the opcode test object file, and set
@rem the simulator up leave optional opcodes unimplemented.
@rem Path to the simulator executable.
@set B51=..\..\tools\b51\bin\b51.exe
@rem Launch with no arguments: run to completion (endless loop).
%B51% --hex=./bin/tb51_cpu.hex %1 %2 %3
Go to most recent revision | Compare with Previous | Blame | View Log