config: Add port splicing capability to PortRef class
authorGeoffrey Blake <Geoffrey.Blake@arm.com>
Wed, 3 Sep 2014 11:43:03 +0000 (07:43 -0400)
committerGeoffrey Blake <Geoffrey.Blake@arm.com>
Wed, 3 Sep 2014 11:43:03 +0000 (07:43 -0400)
commit31e4e475d93fa2cc9ee152e90347129413642c54
tree7a69a7a9f6d13c666e360845b6f973d888f1c407
parent291b1f8c1f9c732c2f6ac25806aac96d80d5eca3
config: Add port splicing capability to PortRef class

The new configuration scripts need the ability to splice
a simobject between a pair of ports that are already connected.
The primary use case is when a CommMonitor needs to be
created after the system is configured and then spliced between
the pair of ports it will monitor.
src/python/m5/params.py