Configs: Use connectAllPorts to connect ports for simple-timing-ruby.
This commit is contained in:
parent
bfec60ad3a
commit
020e923ba7
1 changed files with 1 additions and 2 deletions
|
@ -82,8 +82,7 @@ assert(len(system.ruby._cpu_ruby_ports) == 1)
|
||||||
# Tie the cpu cache ports to the ruby cpu ports and
|
# Tie the cpu cache ports to the ruby cpu ports and
|
||||||
# physmem, respectively
|
# physmem, respectively
|
||||||
#
|
#
|
||||||
cpu.icache_port = system.ruby._cpu_ruby_ports[0].port
|
cpu.connectAllPorts(system.ruby._cpu_ruby_ports[0])
|
||||||
cpu.dcache_port = system.ruby._cpu_ruby_ports[0].port
|
|
||||||
|
|
||||||
# -----------------------
|
# -----------------------
|
||||||
# run simulation
|
# run simulation
|
||||||
|
|
Loading…
Reference in a new issue