mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			296 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			296 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| ram block $__EFINIX_5K_ {
 | |
| 	abits 12;
 | |
| 	widths 1 2 5 10 20 per_port;
 | |
| 	cost 32;
 | |
| 	init no_undef;
 | |
| 	port sr "R" {
 | |
| 		clock anyedge;
 | |
| 		rden;
 | |
| 	}
 | |
| 	port sw "W" {
 | |
| 		clock anyedge;
 | |
| 		option "WRITE_MODE" "READ_FIRST" {
 | |
| 			wrtrans "R" old;
 | |
| 		}
 | |
| 		option "WRITE_MODE" "WRITE_FIRST" {
 | |
| 			wrtrans "R" new;
 | |
| 		}
 | |
| 	}
 | |
| }
 |