yosys-master
|
#include <rtlil.h>
Public Member Functions | |
Wire (RTLIL::Wire &other)=delete | |
void | operator= (RTLIL::Wire &other)=delete |
Data Fields | |
RTLIL::Module * | module |
RTLIL::IdString | name |
int | width |
int | start_offset |
int | port_id |
bool | port_input |
bool | port_output |
bool | upto |
Protected Member Functions | |
Wire () | |
~Wire () | |
Friends | |
struct | RTLIL::Module |
|
delete |
|
delete |
|
friend |
RTLIL::Module* RTLIL::Wire::module |
RTLIL::IdString RTLIL::Wire::name |