mirror of https://github.com/YosysHQ/yosys.git
stat: Drop unused field
This commit is contained in:
parent
8fb73e18ff
commit
4df3a5d7ec
|
@ -48,7 +48,6 @@ struct statdata_t
|
||||||
double sequential_area = 0;
|
double sequential_area = 0;
|
||||||
string tech;
|
string tech;
|
||||||
|
|
||||||
std::map<RTLIL::IdString, int> techinfo;
|
|
||||||
std::map<RTLIL::IdString, unsigned int, RTLIL::sort_by_id_str> num_cells_by_type;
|
std::map<RTLIL::IdString, unsigned int, RTLIL::sort_by_id_str> num_cells_by_type;
|
||||||
std::set<RTLIL::IdString> unknown_cell_area;
|
std::set<RTLIL::IdString> unknown_cell_area;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue