view pycontroller.py @ 35:2e35be400012

took broken instructions out of the iset
author james <jb302@eecs.qmul.ac.uk>
date Thu, 17 Apr 2014 13:34:56 +0100
parents 4411dee34085
children
line wrap: on
line source
# run this file with 'ipython -i pycontroller.py' for an interactive
# debugging python interface
from dbg.dbg import controller
from subprocess import Popen, PIPE, STDOUT

emu = controller()
emu.Emu = Popen(['bin/emu'], stdout=PIPE, stdin=PIPE, stderr=PIPE)