diff options
author | Brandon Potter <brandon.potter@amd.com> | 2015-07-10 16:05:23 -0500 |
---|---|---|
committer | Brandon Potter <brandon.potter@amd.com> | 2015-07-10 16:05:23 -0500 |
commit | 9eda4bdc5a947883a2d55ab860d37c5cd80c3370 (patch) | |
tree | 0dc23e2bdca0338129ba473e259f891a2edb15c1 /configs/ruby/MI_example.py | |
parent | a74c446e7d034cebe01babb92f448a145b4ba77d (diff) | |
download | gem5-9eda4bdc5a947883a2d55ab860d37c5cd80c3370.tar.xz |
ruby: remove extra whitespace and correct misspelled words
Diffstat (limited to 'configs/ruby/MI_example.py')
-rw-r--r-- | configs/ruby/MI_example.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/ruby/MI_example.py b/configs/ruby/MI_example.py index 28814b9f9..3bb332c1d 100644 --- a/configs/ruby/MI_example.py +++ b/configs/ruby/MI_example.py @@ -44,12 +44,12 @@ def define_options(parser): return def create_system(options, full_system, system, dma_ports, ruby_system): - + if buildEnv['PROTOCOL'] != 'MI_example': panic("This script requires the MI_example protocol to be built.") cpu_sequencers = [] - + # # The ruby network creation expects the list of nodes in the system to be # consistent with the NetDest list. Therefore the l1 controller nodes must be @@ -143,7 +143,7 @@ def create_system(options, full_system, system, dma_ports, ruby_system): # dma_seq = DMASequencer(version = i, ruby_system = ruby_system) - + dma_cntrl = DMA_Controller(version = i, dma_sequencer = dma_seq, transitions_per_cycle = options.ports, |