mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Merge pull request #4587 from hnpl/main
Initialize area stats in stat pass
This commit is contained in:
		
						commit
						982fade0df
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -44,8 +44,8 @@ struct statdata_t | ||||||
| 	#define X(_name) unsigned int _name; | 	#define X(_name) unsigned int _name; | ||||||
| 	STAT_INT_MEMBERS | 	STAT_INT_MEMBERS | ||||||
| 	#undef X | 	#undef X | ||||||
| 	double area; | 	double area = 0; | ||||||
| 	double sequential_area; | 	double sequential_area = 0; | ||||||
| 	string tech; | 	string tech; | ||||||
| 
 | 
 | ||||||
| 	std::map<RTLIL::IdString, int> techinfo; | 	std::map<RTLIL::IdString, int> techinfo; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue