Searched hist:9014 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/
H A Dparams.pydiff 9014:e22ded364548 Wed May 23 09:01:00 EDT 2012 Andreas Hansson <andreas.hansson@arm.com> Config: Exit with fatal if a port is already connected

This patch turns the existing warning into a fatal, as there should
never be any cases where a (non-vector) port is assigned to and then
later connected to something else. If this behaviour is allowed, as it
used to be, there are cases where the wrong number of C++ ports are
created when instantiating objects with VectorPorts (obviously that
could be fixed, but the better approach is to simply not allow it).

Completed in 18 milliseconds