|
yosys-master
|
#include <modtools.h>
Collaboration diagram for ModIndex::PortInfo:Public Member Functions | |
| PortInfo (RTLIL::Cell *_c, RTLIL::IdString _p, int _o) | |
| bool | operator< (const PortInfo &other) const |
Data Fields | |
| RTLIL::Cell * | cell |
| RTLIL::IdString | port |
| int | offset |
Definition at line 31 of file modtools.h.
|
inline |
Definition at line 36 of file modtools.h.
|
inline |
Definition at line 38 of file modtools.h.
| RTLIL::Cell* ModIndex::PortInfo::cell |
Definition at line 32 of file modtools.h.
| int ModIndex::PortInfo::offset |
Definition at line 34 of file modtools.h.
| RTLIL::IdString ModIndex::PortInfo::port |
Definition at line 33 of file modtools.h.