mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Merge pull request #1355 from YosysHQ/eddie/peepopt_dffmuxext
peepopt_dffmux -- bit optimisations for word level $dff + (enable/reset) $mux cells
This commit is contained in:
		
						commit
						b66c99ece0
					
				
					 6 changed files with 291 additions and 14 deletions
				
			
		|  | @ -985,7 +985,7 @@ void AigerReader::post_process() | |||
| 	// operate (and run checks on) this one module
 | ||||
| 	RTLIL::Design *mapped_design = new RTLIL::Design; | ||||
| 	mapped_design->add(module); | ||||
| 	Pass::call(mapped_design, "clean -purge"); | ||||
| 	Pass::call(mapped_design, "clean"); | ||||
| 	mapped_design->modules_.erase(module->name); | ||||
| 	delete mapped_design; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue