mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	intel_synth: Minor code cleanups
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
		
							parent
							
								
									e66e8fb59d
								
							
						
					
					
						commit
						060e77c09b
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		|  | @ -147,8 +147,12 @@ struct SynthIntelPass : public ScriptPass { | ||||||
| 
 | 
 | ||||||
| 		if (!design->full_selection()) | 		if (!design->full_selection()) | ||||||
| 			log_cmd_error("This command only operates on fully selected designs!\n"); | 			log_cmd_error("This command only operates on fully selected designs!\n"); | ||||||
| 		if (family_opt != "max10" && family_opt != "a10gx" && family_opt != "cyclonev" && family_opt != "cycloneiv" && | 		if (family_opt != "max10" && | ||||||
| 		    family_opt != "cycloneive" && family_opt != "cyclone10") | 		    family_opt != "a10gx" && | ||||||
|  | 		    family_opt != "cyclonev" && | ||||||
|  | 		    family_opt != "cycloneiv" && | ||||||
|  | 		    family_opt != "cycloneive" && | ||||||
|  | 		    family_opt != "cyclone10") | ||||||
| 			log_cmd_error("Invalid or not family specified: '%s'\n", family_opt.c_str()); | 			log_cmd_error("Invalid or not family specified: '%s'\n", family_opt.c_str()); | ||||||
| 
 | 
 | ||||||
| 		log_header(design, "Executing SYNTH_INTEL pass.\n"); | 		log_header(design, "Executing SYNTH_INTEL pass.\n"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue