Part of reven.api View In Hierarchy
A hardware device with port and memory ranges.
| Method | __init__ | |
| Method | name | The device name. |
| Method | description | Description of the device |
| Method | ports | The device ports. @return: A list of
reven_api.port_range. |
| Method | mapping | The device memory mapping. |
| Method | __repr__ | Undocumented |
| Method | _rvn | Undocumented |
| Parameters | project | A Project instance. |
| device | A reven_api.device instance. |