mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 11:25:53 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
d427b78afd
2 changed files with 3 additions and 3 deletions
|
@ -103,8 +103,8 @@ struct statdata_t
|
|||
#define X(_name) unsigned int _name;
|
||||
STAT_INT_MEMBERS
|
||||
#undef X
|
||||
double area;
|
||||
double sequential_area;
|
||||
double area = 0;
|
||||
double sequential_area = 0;
|
||||
string tech;
|
||||
|
||||
std::map<RTLIL::IdString, int> techinfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue