mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fixed some typos
This commit is contained in:
		
							parent
							
								
									e4e6becba9
								
							
						
					
					
						commit
						3920bf58d0
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -540,7 +540,7 @@ struct BlifBackend : public Backend {
 | 
			
		|||
			if (module->processes.size() != 0)
 | 
			
		||||
				log_error("Found unmapped processes in module %s: unmapped processes are not supported in BLIF backend!\n", RTLIL::id2cstr(module->name));
 | 
			
		||||
			if (module->memories.size() != 0)
 | 
			
		||||
				log_error("Found munmapped emories in module %s: unmapped memories are not supported in BLIF backend!\n", RTLIL::id2cstr(module->name));
 | 
			
		||||
				log_error("Found unmapped memories in module %s: unmapped memories are not supported in BLIF backend!\n", RTLIL::id2cstr(module->name));
 | 
			
		||||
 | 
			
		||||
			if (module->name == RTLIL::escape_id(top_module_name)) {
 | 
			
		||||
				BlifDumper::dump(*f, module, design, config);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -153,7 +153,7 @@ struct EdifBackend : public Backend {
 | 
			
		|||
			if (module->processes.size() != 0)
 | 
			
		||||
				log_error("Found unmapped processes in module %s: unmapped processes are not supported in EDIF backend!\n", RTLIL::id2cstr(module->name));
 | 
			
		||||
			if (module->memories.size() != 0)
 | 
			
		||||
				log_error("Found munmapped emories in module %s: unmapped memories are not supported in EDIF backend!\n", RTLIL::id2cstr(module->name));
 | 
			
		||||
				log_error("Found unmapped memories in module %s: unmapped memories are not supported in EDIF backend!\n", RTLIL::id2cstr(module->name));
 | 
			
		||||
 | 
			
		||||
			for (auto cell_it : module->cells_)
 | 
			
		||||
			{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -218,7 +218,7 @@ struct SpiceBackend : public Backend {
 | 
			
		|||
			if (module->processes.size() != 0)
 | 
			
		||||
				log_error("Found unmapped processes in module %s: unmapped processes are not supported in SPICE backend!\n", log_id(module));
 | 
			
		||||
			if (module->memories.size() != 0)
 | 
			
		||||
				log_error("Found munmapped emories in module %s: unmapped memories are not supported in SPICE backend!\n", log_id(module));
 | 
			
		||||
				log_error("Found unmapped memories in module %s: unmapped memories are not supported in SPICE backend!\n", log_id(module));
 | 
			
		||||
 | 
			
		||||
			if (module->name == RTLIL::escape_id(top_module_name)) {
 | 
			
		||||
				top_module = module;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue