python: Get rid of the VectorPort constructor.
authorGabe Black <gabeblack@google.com>
Tue, 16 Apr 2019 06:29:57 +0000 (23:29 -0700)
committerGabe Black <gabeblack@google.com>
Sat, 27 Apr 2019 22:32:50 +0000 (22:32 +0000)
commit3cfff8574a19536e2b3d057b43b59fcf35932c81
treea07b3643ef455aa5614c4a34336f2ef893bbcf59
parent6b87ee1e1f481e78170230fa7548f1b177d13e8c
python: Get rid of the VectorPort constructor.

The only thing it was doing beyond calling the parent Port __init__ was
to set isVec, and nobody actually looks at that value later.

Change-Id: I567cb583e6f02a6c18504b9bb20dd13b3c934822
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18175
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
src/python/m5/params.py