mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Fix typo, double "of"
This commit is contained in:
		
							parent
							
								
									87db41a2bb
								
							
						
					
					
						commit
						6cce679b35
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -551,7 +551,7 @@ struct LibertyFrontend : public Frontend { | |||
| 			if (design->has(cell_name)) { | ||||
| 				Module *existing_mod = design->module(cell_name); | ||||
| 				if (!flag_nooverwrite && !flag_overwrite && !existing_mod->get_bool_attribute("\\blackbox")) { | ||||
| 					log_error("Re-definition of of cell/module %s!\n", log_id(cell_name)); | ||||
| 					log_error("Re-definition of cell/module %s!\n", log_id(cell_name)); | ||||
| 				} else if (flag_nooverwrite) { | ||||
| 					log("Ignoring re-definition of module %s.\n", log_id(cell_name)); | ||||
| 					continue; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue