[gem5-users] Re: Problem compiling gem5 with Ubuntu 20.04

2020-05-27 Thread Jason Lowe-Power via gem5-users
Hi Sam, First, if you use "python2 `which scons`" it should work. Or "python2 /usr/bin/scons". Second, we're hoping to release gem5-20 today or tomorrow. That said, we've been saying "today or tomorrow" for almost two weeks... I think we mean it this time! Cheers, Jason On Wed, May 27, 2020 at

[gem5-users] Re: Stat dump after each N instructions - CPU and/or AMD GPU

2020-05-27 Thread Poremba, Matthew via gem5-users
[AMD Official Use Only - Internal Distribution Only] You could probably use the simpoint_start_insts vector param in CPU to have simulation exit to your python script and dump/reset stats there. For example: cpu.simpoint_start_insts = [x*N for x in range(1000)] where N is the instruction