42c42
< default="../../tests/test-progs/hello/bin/alpha/linux/hello",
---
> default="../tests/test-progs/hello/bin/alpha/linux/hello",
132c132,134
<
---
> system.physmem.port = system.membus.port
> system.cpu.connectMemPorts(system.membus)
> system.cpu.clock = '2GHz'
137,140d138
< system.physmem.port = system.membus.port
< system.cpu.connectMemPorts(system.membus)
< system.cpu.mem = system.physmem
< system.cpu.clock = '2GHz'
159,160d156
< switch_cpu.mem = system.physmem
< switch_cpu1.mem = system.physmem
173c169
< cptdir = os.getcwd()
---
> cptdir = getcwd()