Fix bug in LPCBeremiz that use input retrieve and publish code for ouput with the same location
authorlaurent
Wed, 17 Nov 2010 08:30:35 +0100
changeset 566 657900299557
parent 565 7b64350c1dd8
child 567 72b51ec5be64
Fix bug in LPCBeremiz that use input retrieve and publish code for ouput with the same location
LPCBeremiz.py
--- a/LPCBeremiz.py	Thu Aug 19 16:08:12 2010 +0200
+++ b/LPCBeremiz.py	Wed Nov 17 08:30:35 2010 +0100
@@ -313,7 +313,7 @@
                     group = next
             var_loc = loc[i:]
             for variable in _GetModuleChildren(group):
-                if variable["location"] == var_loc:
+                if variable["location"] == var_loc and location["DIR"] == LOCATION_DIRS[variable["type"]]:
 #                    if location["DIR"] != LOCATION_DIRS[variable["type"]]:
 #                        raise Exception, "Direction conflict in variable definition"
 #                    if location["IEC_TYPE"] != variable["IEC_type"]: