mirror of https://github.com/YosysHQ/yosys.git
WIP remove dead code
This commit is contained in:
parent
7719beb4ae
commit
ea0ee069fb
|
|
@ -78,11 +78,6 @@ void RTLIL::Design::bufNormalize(bool enable)
|
|||
module->bufNormalize();
|
||||
}
|
||||
|
||||
struct bit_drive_data_t {
|
||||
int drivers = 0;
|
||||
int inout = 0;
|
||||
int users = 0;
|
||||
};
|
||||
|
||||
typedef ModWalker::PortBit PortBit;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue