----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3501/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11533:9743b944cbe2 --------------------------- mem: Resolve TrafficGen trace relative to the config The traffic generator currently resolves relative trace paths relative to gem5's current working directory. This can lead to surprising results for relative paths where the expectation would normally be that they are resolved relative to the configuration file. This changeset implements config-relative trace file lookups. The old behavior is kept as a fallback for configs that expect that behavior. Change-Id: I1bda4e16725842666ffc37dcb6838c23a6ff138c Signed-off-by: Andreas Sandberg <[email protected]> Reviewed-by: Curtis Dunham <[email protected]> Diffs ----- src/cpu/testers/traffic_gen/traffic_gen.hh 05ac17048f55 src/cpu/testers/traffic_gen/traffic_gen.cc 05ac17048f55 tests/quick/se/70.tgen/tgen-simple-mem.cfg 05ac17048f55 Diff: http://reviews.gem5.org/r/3501/diff/ Testing ------- Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
