LPCBeremiz.py
changeset 566 657900299557
parent 561 4cc6eef4778f
child 571 427bf9130d12
--- 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"]: