--- 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 @@
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"]: