mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Copy-pasta
This commit is contained in:
		
							parent
							
								
									7d94e18100
								
							
						
					
					
						commit
						ed2aeb498e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -309,7 +309,7 @@ void abc9_module(RTLIL::Design *design, RTLIL::Module *module, std::string scrip | ||||||
| 			abc9_script = abc9_script.erase(pos, strlen("&mfs")); | 			abc9_script = abc9_script.erase(pos, strlen("&mfs")); | ||||||
| 
 | 
 | ||||||
| 	abc9_script += stringf("; &ps -l; &write -n %s/output.aig;", tempdir_name.c_str()); | 	abc9_script += stringf("; &ps -l; &write -n %s/output.aig;", tempdir_name.c_str()); | ||||||
| 	if (design->scratchpad_get_bool("abc9.debug")) { | 	if (design->scratchpad_get_bool("abc9.verify")) { | ||||||
| 		if (dff_mode) | 		if (dff_mode) | ||||||
| 			abc9_script += "verify -s;"; | 			abc9_script += "verify -s;"; | ||||||
| 		else | 		else | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue