mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Fixed handling of async reset in expose -evert-dff
This commit is contained in:
		
							parent
							
								
									db86aaa07d
								
							
						
					
					
						commit
						85914c36e5
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -201,6 +201,7 @@ static void create_dff_dq_map(std::map<std::string, dff_map_info_t> &map, RTLIL:
 | 
			
		|||
		info.sig_arst = ref_info.bit_arst;
 | 
			
		||||
		info.clk_polarity = ref_info.clk_polarity;
 | 
			
		||||
		info.arst_polarity = ref_info.arst_polarity;
 | 
			
		||||
		info.arst_value = arst_value;
 | 
			
		||||
		for (auto it : cells)
 | 
			
		||||
			info.cells.push_back(it->name);
 | 
			
		||||
		map[it.first] = info;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue