configs: Fix spelling mistakes.
Replace "fequency" to "frequency". Change-Id: I307c8b6d8e60cfcb213f22aca3f6abd43c6b5b1e Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/58229 Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -53,7 +53,7 @@ from msi_caches import MyCacheSystem
|
||||
# create the system we are going to simulate
|
||||
system = System()
|
||||
|
||||
# Set the clock fequency of the system (and all of its children)
|
||||
# Set the clock frequency of the system (and all of its children)
|
||||
system.clk_domain = SrcClockDomain()
|
||||
system.clk_domain.clock = '1GHz'
|
||||
system.clk_domain.voltage_domain = VoltageDomain()
|
||||
|
||||
Reference in New Issue
Block a user