diff -r 7b64350c1dd8 -r 657900299557 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"]: