mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	"&nf -D 0" fails => use "-D 1" instead
This commit is contained in:
		
							parent
							
								
									8b6085254a
								
							
						
					
					
						commit
						3c253818ca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1675,7 +1675,7 @@ struct AbcPass : public Pass { | |||
| 			if (arg == "-dff") { | ||||
| 				dff_mode = true; | ||||
| 				if (delay_target.empty()) | ||||
| 					delay_target = "-D 0"; | ||||
| 					delay_target = "-D 1"; | ||||
| 				continue; | ||||
| 			} | ||||
| 			if (arg == "-clk" && argidx+1 < args.size()) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue