mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	memory_libmap: Tweak whitespace
This commit is contained in:
		
							parent
							
								
									73cb4977b2
								
							
						
					
					
						commit
						3de84b959f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -667,7 +667,7 @@ void MemMapping::assign_wr_ports() { | ||||||
| 				if (used >= GetSize(pg.names)) { | 				if (used >= GetSize(pg.names)) { | ||||||
| 					log_reject(*cfg.def, pg, "not enough unassigned ports remaining"); | 					log_reject(*cfg.def, pg, "not enough unassigned ports remaining"); | ||||||
| 					continue; | 					continue; | ||||||
| 					} | 				} | ||||||
| 				for (int pvi = 0; pvi < GetSize(pg.variants); pvi++) { | 				for (int pvi = 0; pvi < GetSize(pg.variants); pvi++) { | ||||||
| 					auto &def = pg.variants[pvi]; | 					auto &def = pg.variants[pvi]; | ||||||
| 					// Make sure the target is a write port.
 | 					// Make sure the target is a write port.
 | ||||||
|  | @ -2114,7 +2114,7 @@ struct MemoryLibMapPass : public Pass { | ||||||
| 		log("    memory_libmap -lib <library_file> [-D <condition>] [selection]\n"); | 		log("    memory_libmap -lib <library_file> [-D <condition>] [selection]\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("This pass takes a description of available RAM cell types and maps\n"); | 		log("This pass takes a description of available RAM cell types and maps\n"); | ||||||
| 		log("all selected memories to one of them, or leaves them  to be mapped to FFs.\n"); | 		log("all selected memories to one of them, or leaves them to be mapped to FFs.\n"); | ||||||
| 		log("\n"); | 		log("\n"); | ||||||
| 		log("  -lib <library_file>\n"); | 		log("  -lib <library_file>\n"); | ||||||
| 		log("    Selects a library file containing RAM cell definitions. This option\n"); | 		log("    Selects a library file containing RAM cell definitions. This option\n"); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue