You can't if the ISA you're using does any kind of micro-coding. The easiest thing is to just start the trace and throw away the first 1M lines. A slightly more complicated method is to set a max_insts_any_thread to 1M on the CPU and modify the simulation script to execute something like m5.debug.flags['Exec'].enable() and continue the simulation.
Ali On Feb 14, 2012, at 1:49 PM, Edward Kim wrote: > Hi, > > I'm trying to trace, after skipping 1M instructions. > Gem5 options are as follows: > --trace-start=TICK_NUMBER --trace-file=TRACE_FILE > How can I match the tick_number with the number of skipped instructions? > > Thanks, > > --Ed > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
