mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Add "setundef -anyseq"
This commit is contained in:
		
							parent
							
								
									9ed4c9d710
								
							
						
					
					
						commit
						05df3dbee4
					
				
					 3 changed files with 56 additions and 15 deletions
				
			
		|  | @ -687,7 +687,8 @@ struct FreduceWorker | |||
| 		} | ||||
| 
 | ||||
| 		std::map<RTLIL::SigBit, int> bitusage; | ||||
| 		module->rewrite_sigspecs(CountBitUsage(sigmap, bitusage)); | ||||
| 		CountBitUsage bitusage_worker(sigmap, bitusage); | ||||
| 		module->rewrite_sigspecs(bitusage_worker); | ||||
| 
 | ||||
| 		if (!dump_prefix.empty()) | ||||
| 			dump(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue