projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35faf09
)
update for connector magic
author
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 29 Mar 2006 22:39:20 +0000
(17:39 -0500)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 29 Mar 2006 22:39:20 +0000
(17:39 -0500)
--HG--
extra : convert_revision :
111af292373edebcd106938e76610f9ac4a6ce58
configs/test/test.py
patch
|
blob
|
history
diff --git
a/configs/test/test.py
b/configs/test/test.py
index 098bf017dd1e0dffdf68bdd7e615b9cf0fa5f10b..695d84b73a8997c3f95ad9acde7512d72379bafd 100644
(file)
--- a/
configs/test/test.py
+++ b/
configs/test/test.py
@@
-5,7
+5,8
@@
class HelloWorld(AlphaLiveProcess):
cmd = 'hello'
magicbus = Bus()
-mem = PhysicalMemory(
bus=magicbus
)
+mem = PhysicalMemory()
cpu = SimpleCPU(workload=HelloWorld(), mem=magicbus)
system = System(physmem=mem, cpu=cpu)
+system.c1 = Connector(side_a=mem, side_b=magicbus)
root = Root(system=system)