mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Fixes command line for abc pass in -fast -sop mode
This commit is contained in:
		
							parent
							
								
									78684596dc
								
							
						
					
					
						commit
						1d79222af4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -38,7 +38,7 @@ | |||
| #define ABC_FAST_COMMAND_LIB "strash; dretime; map {D}" | ||||
| #define ABC_FAST_COMMAND_CTR "strash; dretime; map {D}; buffer; upsize {D}; dnsize {D}; stime -p" | ||||
| #define ABC_FAST_COMMAND_LUT "strash; dretime; if" | ||||
| #define ABC_FAST_COMMAND_SOP "strash; dretime; cover -I {I} -P {P}" | ||||
| #define ABC_FAST_COMMAND_SOP "strash; dretime; cover {I} {P}" | ||||
| #define ABC_FAST_COMMAND_DFL "strash; dretime; map" | ||||
| 
 | ||||
| #include "kernel/register.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue