mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 19:52:31 +00:00 
			
		
		
		
	Covers most of the todo list, at least functionally. Some minor issues with not always using hardware features.
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| ram distributed \LUT_MULTI {
 | |
| 	abits 4;
 | |
| 	width 2;
 | |
| 	init any;
 | |
| 	port arsw "RW" {
 | |
| 		clock posedge;
 | |
| 	}
 | |
| 	ifdef PORTS_QUAD {
 | |
| 		option "PORTS" "QUAD" {
 | |
| 			port ar "R0" "R1" "R2" {
 | |
| 			}
 | |
| 		}
 | |
| 	} else ifdef PORTS_OCT {
 | |
| 		option "PORTS" "OCT" {
 | |
| 			port ar "R0" "R1" "R2" "R3" "R4" "R5" "R6" {
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| }
 |