----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1668/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 9482:187b2c9f4ef1 --------------------------- ruby: remove call to curCycle in panic() The panic() function already prints the current tick value. This call to curCycle() is as such redundant. Since we are trying to move towards multiple clock domains, this call will print misleading time. Diffs ----- src/mem/slicc/ast/AST.py b0fa6b872f40 Diff: http://reviews.gem5.org/r/1668/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
