Browse Source

Working fallback to interpretation

Yentl Van Tendeloo 7 years ago
parent
commit
20effea31f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      kernel/modelverse_kernel/main.py
  2. 1 1
      wrappers/modelverse_SCCD.py

+ 1 - 1
kernel/modelverse_kernel/main.py

@@ -132,7 +132,7 @@ class ModelverseKernel(object):
                 elif inst_v is None:
                     raise Exception("%s: error understanding command (%s, %s)" % (self.debug_info[taskname], inst_v, self.phase_v))
                 else:
-                    print("%-30s(%s) -- %s" % (inst_v["value"], self.phase_v, taskname))
+                    #print("%-30s(%s) -- %s" % (inst_v["value"], self.phase_v, taskname))
                     gen = self.get_inst_phase_generator(inst_v, self.phase_v, task_root)
             elif inst_v is None:
                 raise Exception("%s: error understanding command (%s, %s)" % (self.debug_info[taskname], inst_v, self.phase_v))

+ 1 - 1
wrappers/modelverse_SCCD.py

@@ -1,7 +1,7 @@
 """
 Generated by Statechart compiler by Glenn De Jonghe, Joeri Exelmans, Simon Van Mierlo, and Yentl Van Tendeloo (for the inspiration)
 
-Date:   Wed Mar 21 13:56:49 2018
+Date:   Fri Mar 23 07:16:57 2018
 
 Model author: Yentl Van Tendeloo
 Model name:   MvK Server