node id and compilation fixes (#85)

This commit is contained in:
Marcin K Szczodrak
2016-05-27 13:30:35 -07:00
committed by Jonathan Hui
parent 0e432396d6
commit cc2e961f4b
13 changed files with 41 additions and 984 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class Node:
cmd = '%s/examples/cli/soc' % srcdir
else:
cmd = './soc'
cmd += ' --nodeid=%d -S' % nodeid
cmd += ' %d' % nodeid
print cmd
self.pexpect = pexpect.spawn(cmd, timeout=2)