projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c9bde6
)
Update FS configs to use cpu connectors for ports
author
Ron Dreslinski
<rdreslin@umich.edu>
Mon, 10 Jul 2006 16:07:21 +0000
(12:07 -0400)
committer
Ron Dreslinski
<rdreslin@umich.edu>
Mon, 10 Jul 2006 16:07:21 +0000
(12:07 -0400)
--HG--
extra : convert_revision :
1e2e503401f92c1f30e2e487d7aeed1c7c5b7ee4
configs/test/fs.py
patch
|
blob
|
history
diff --git
a/configs/test/fs.py
b/configs/test/fs.py
index e0dd38e415424c8b745dac50aa12ef1f225a35f2..cd894ab7309551a14958e6682cbf7d3b3232fcbc 100644
(file)
--- a/
configs/test/fs.py
+++ b/
configs/test/fs.py
@@
-190,6
+190,8
@@
class MyLinuxAlphaSystem(LinuxAlphaSystem):
else:
cpu = AtomicSimpleCPU()
cpu.mem = magicbus2
+ cpu.icache_port = magicbus2.port
+ cpu.dcache_port = magicbus2.port
cpu.itb = AlphaITB()
cpu.dtb = AlphaDTB()
sim_console = SimConsole(listener=ConsoleListener(port=3456))