Discussion:
[gem5-users] Run TrafficGen memory access on a simple Ruby model
ABHISHEK BHATTACHARYYA
2018-11-30 01:58:09 UTC
Permalink
Is it possible to hook up TrafficGen to a simple Ruby model? I am pretty new to gem5 and trying to figure out if this is possible. Thanks!


Regards,


Abhishek Bhattacharyya

Graduate Research Assistant

Electrical and Computer Engineering Department

University of Wisconsin-Madison
Jason Lowe-Power
2018-11-30 17:50:09 UTC
Permalink
There's no reason that this wouldn't work. You'll have to write your own
config file from scratch, most likely. You can use other traffic generator
config files as a starting point. I would look at
https://gem5.googlesource.com/public/gem5/+/master/tests/configs/tgen-simple-mem.py
and the generator config files here:
https://gem5.googlesource.com/public/gem5/+/master/tests/quick/se/70.tgen/.
Note: You can now also create your traffic generation config by using
python. See
https://gem5.googlesource.com/public/gem5/+/master/src/cpu/testers/traffic_gen/PyTrafficGen.py
and related files.

Jason

On Thu, Nov 29, 2018 at 5:58 PM ABHISHEK BHATTACHARYYA <
Post by ABHISHEK BHATTACHARYYA
Is it possible to hook up TrafficGen to a simple Ruby model? I am pretty
new to gem5 and trying to figure out if this is possible. Thanks!
Regards,
Abhishek Bhattacharyya
*Graduate Research Assistant*
*Electrical and Computer Engineering Department*
*University of Wisconsin-Madison*
_______________________________________________
gem5-users mailing list
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
Loading...