reorg apps and platforms (#89)

This commit is contained in:
Marcin K Szczodrak
2016-06-01 16:01:22 -07:00
committed by Jonathan Hui
parent ba0955a030
commit ef9de65117
21 changed files with 164 additions and 85 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class Node:
""" Initialize a simulation node. """
if "top_builddir" in os.environ.keys():
srcdir = os.environ['top_builddir']
cmd = '%s/examples/cli/soc' % srcdir
cmd = '%s/examples/posix/app/cli/soc' % srcdir
else:
cmd = './soc'
cmd += ' %d' % nodeid