Changes in tools/ew.py [56a3c29e:aace43d8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
r56a3c29e raace43d8 79 79 for termemu in emus: 80 80 try: 81 subprocess.check_output('which ' + termemu, shell = True , stderr = subprocess.STDOUT)81 subprocess.check_output('which ' + termemu, shell = True) 82 82 return termemu 83 83 except: … … 331 331 def msim_run(platform, machine, processor): 332 332 hdisk_mk() 333 run_in_console('msim - n -c ' + TOOLS_DIR + '/conf/msim.conf', 'HelenOS/mips32 on msim')333 run_in_console('msim -c ' + TOOLS_DIR + '/conf/msim.conf', 'HelenOS/mips32 on msim') 334 334 335 335 def spike_run(platform, machine, processor):
Note:
See TracChangeset
for help on using the changeset viewer.