mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	cellmatch: Visit whiteboxes for -derive_luts
				
					
				
			This commit is contained in:
		
							parent
							
								
									c9ed6d8dcf
								
							
						
					
					
						commit
						cbe73c9047
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -214,7 +214,7 @@ struct CellmatchPass : Pass {
 | 
				
			||||||
			r.first->second = new Design;
 | 
								r.first->second = new Design;
 | 
				
			||||||
		Design *map_design = r.first->second;
 | 
							Design *map_design = r.first->second;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		for (auto m : d->selected_whole_modules_warn()) {
 | 
							for (auto m : d->selected_whole_modules_warn(/* visit whiteboxes */derive_luts)) {
 | 
				
			||||||
			std::vector<uint64_t> luts;
 | 
								std::vector<uint64_t> luts;
 | 
				
			||||||
			if (!derive_module_luts(m, luts))
 | 
								if (!derive_module_luts(m, luts))
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue