gem5 v24.0.0.0
|
Files | |
base.cc | |
base.hh | |
base_gen.cc | |
base_gen.hh | |
Declaration of the base generator class for all generators. | |
dram_gen.cc | |
dram_gen.hh | |
Declaration of the DRAM generator for issuing variable page hit length requests and bank utilisation. | |
dram_rot_gen.cc | |
dram_rot_gen.hh | |
Declaration of DRAM rotation generator that rotates through each rank. | |
exit_gen.cc | |
exit_gen.hh | |
Declaration of the exit generator that ends the simulation. | |
gups_gen.cc | |
gups_gen.hh | |
Contatins the description of the class GUPSGen. | |
hybrid_gen.cc | |
hybrid_gen.hh | |
Declaration of the NVM generator for issuing variable buffer hit length requests and bank utilisation. | |
idle_gen.cc | |
idle_gen.hh | |
Declaration of the idle generator that does nothing. | |
linear_gen.cc | |
linear_gen.hh | |
Declaration of the linear generator that generates sequential requests. | |
nvm_gen.cc | |
nvm_gen.hh | |
Declaration of the NVM generator for issuing variable buffer hit length requests and bank utilisation. | |
pygen.cc | |
pygen.hh | |
random_gen.cc | |
random_gen.hh | |
Declaration of the random generator that randomly selects addresses within a range. | |
stream_gen.cc | |
stream_gen.hh | |
Declaration of the Stream generator for issuing memory requests with variable/fixed stream and substream IDs. | |
strided_gen.cc | |
strided_gen.hh | |
Declaration of the strided generator that generates sequential requests. | |
trace_gen.cc | |
trace_gen.hh | |
Declaration of the trace generator that reads a trace file and plays the transactions. | |
traffic_gen.cc | |
traffic_gen.hh | |