dev: make BasicPioDevice take size in constructor
Review Request #1792 - Created March 25, 2013 and submitted
| Information | |
|---|---|
| Steve Reinhardt | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9597:6123dff2443b --------------------------- dev: make BasicPioDevice take size in constructor Instead of relying on derived classes explicitly assigning to the BasicPioDevice pioSize field, require them to pass a size value in to the constructor.
That was quick :-)
Posted (March 26, 2013, 12:49 a.m.)
Should we not add a size param to the python class for BasicPioDevice instead?
