Home
last modified time | relevance | path

Searched refs:Gem5Connection (Results 1 – 4 of 4) sorted by relevance

/external/devlib/devlib/
D__init__.py25 from devlib.utils.ssh import SshConnection, TelnetConnection, Gem5Connection
/external/devlib/doc/
Dplatform.rst120 arguments the user provided) and then connect to it using :class:`Gem5Connection`.
128 and stored for use by the :class:`Gem5Connection`.
148 Based upon the OS defined in the :class:`Target`, the type of :class:`Gem5Connection`
Dconnection.rst185 .. class:: Gem5Connection(platform, host=None, username=None, password=None,\
220 There are two classes that inherit from :class:`Gem5Connection`:
/external/devlib/devlib/utils/
Dssh.py320 class Gem5Connection(TelnetConnection): class
785 class LinuxGem5Connection(Gem5Connection):
805 class AndroidGem5Connection(Gem5Connection):