diff --git a/lutin/target.py b/lutin/target.py index bff6bb6..07ff06f 100644 --- a/lutin/target.py +++ b/lutin/target.py @@ -45,6 +45,7 @@ class Target: # todo : remove this : self.sumulator = config["simulation"] self.name = name + self.config_based_on = name self.end_generate_package = config["generate-package"] debug.info("================================="); debug.info("== Target='" + self.name + "' " + config["bus-size"] + " bits for arch '" + config["arch"] + "'");