mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			216 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			216 B
		
	
	
	
		
			Text
		
	
	
	
	
	
ram distributed $__NX_RFB_M_ {
 | 
						|
    abits 6;
 | 
						|
    width 16;
 | 
						|
    cost 10;
 | 
						|
    init no_undef;
 | 
						|
    prune_rom;
 | 
						|
 | 
						|
    port sw "W" {
 | 
						|
        clock anyedge;
 | 
						|
    }
 | 
						|
    port sr "R" {
 | 
						|
        clock anyedge;
 | 
						|
        rden;
 | 
						|
    }
 | 
						|
}
 |