mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-30 05:46:32 +00:00
WIP remove dead code
This commit is contained in:
parent
413169663d
commit
bc7336499c
1 changed files with 0 additions and 5 deletions
|
|
@ -78,11 +78,6 @@ void RTLIL::Design::bufNormalize(bool enable)
|
||||||
module->bufNormalize();
|
module->bufNormalize();
|
||||||
}
|
}
|
||||||
|
|
||||||
struct bit_drive_data_t {
|
|
||||||
int drivers = 0;
|
|
||||||
int inout = 0;
|
|
||||||
int users = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
typedef ModWalker::PortBit PortBit;
|
typedef ModWalker::PortBit PortBit;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue