Commit a command for use inside a simulated system for communicating
authorNathan Binkert <binkertn@umich.edu>
Sat, 1 Nov 2003 18:20:44 +0000 (13:20 -0500)
committerNathan Binkert <binkertn@umich.edu>
Sat, 1 Nov 2003 18:20:44 +0000 (13:20 -0500)
commit15613161c28591ca1a40d019a1568f01d68d5743
treed8295505ea60b4138349f9ab026a8b26fd491b99
parent166def1f5663bda1766b003fab4c46bc905fdb8d
Commit a command for use inside a simulated system for communicating
with the simulator.  This program is generally compiled as the name
m5 and installed in /usr/local/bin

This command uses opcodes that are invalid on a normal system, so
don't expect it to do anything on a real system.

--HG--
extra : convert_revision : fcbae99d4b0d38ff4a9950f1ab53923baa1f667a
util/m5/Makefile [new file with mode: 0644]
util/m5/m5.c [new file with mode: 0644]
util/m5/m5op.h [new file with mode: 0644]
util/m5/m5op.s [new file with mode: 0644]