configs: Replace master/slave terminology from configs scripts
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Change-Id: I6a1a06abeca1621efb378c400c5b24b33a7a3727 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/52866 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Jason Lowe-Power <power.jg@gmail.com>
This commit is contained in:
@@ -154,11 +154,11 @@ system.tgen = PyTrafficGen()
|
||||
system.monitor = CommMonitor()
|
||||
|
||||
# connect the traffic generator to the bus via a communication monitor
|
||||
system.tgen.port = system.monitor.slave
|
||||
system.monitor.master = system.membus.slave
|
||||
system.tgen.port = system.monitor.cpu_side_port
|
||||
system.monitor.mem_side_port = system.membus.cpu_side_ports
|
||||
|
||||
# connect the system port even if it is not used in this example
|
||||
system.system_port = system.membus.slave
|
||||
system.system_port = system.membus.cpu_side_ports
|
||||
|
||||
# every period, dump and reset all stats
|
||||
periodicStatDump(period)
|
||||
|
||||
@@ -188,11 +188,11 @@ system.tgen = PyTrafficGen()
|
||||
system.monitor = CommMonitor()
|
||||
|
||||
# connect the traffic generator to the bus via a communication monitor
|
||||
system.tgen.port = system.monitor.slave
|
||||
system.monitor.master = system.membus.slave
|
||||
system.tgen.port = system.monitor.cpu_side_port
|
||||
system.monitor.mem_side_port = system.membus.cpu_side_ports
|
||||
|
||||
# connect the system port even if it is not used in this example
|
||||
system.system_port = system.membus.slave
|
||||
system.system_port = system.membus.cpu_side_ports
|
||||
|
||||
# every period, dump and reset all stats
|
||||
periodicStatDump(period)
|
||||
|
||||
Reference in New Issue
Block a user