mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Process the WRITE_MODE in the GW5A series in a more concise manner. You can check it in the same way as in https://github.com/YosysHQ/yosys/pull/5440 Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
		
			
				
	
	
		
			79 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			79 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
ram block $__GOWIN_SP_ {
 | 
						|
	abits 14;
 | 
						|
	widths 1 2 4 9 18 36 per_port;
 | 
						|
	cost 128;
 | 
						|
	init no_undef;
 | 
						|
	port srsw "A" {
 | 
						|
		clock posedge;
 | 
						|
		clken;
 | 
						|
		option "RESET_MODE" "SYNC" {
 | 
						|
			rdsrst zero ungated;
 | 
						|
		}
 | 
						|
		option "RESET_MODE" "ASYNC" {
 | 
						|
			rdarst zero;
 | 
						|
		}
 | 
						|
		rdinit zero;
 | 
						|
		portoption "WRITE_MODE" 0 {
 | 
						|
			rdwr no_change;
 | 
						|
		}
 | 
						|
		portoption "WRITE_MODE" 1 {
 | 
						|
			rdwr new;
 | 
						|
		}
 | 
						|
		ifndef gw5a {
 | 
						|
			portoption "WRITE_MODE" 2 {
 | 
						|
				rdwr old;
 | 
						|
			}
 | 
						|
		}
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
ram block $__GOWIN_DP_ {
 | 
						|
	abits 14;
 | 
						|
	widths 1 2 4 9 18 per_port;
 | 
						|
	cost 128;
 | 
						|
	init no_undef;
 | 
						|
	port srsw "A" "B" {
 | 
						|
		clock posedge;
 | 
						|
		clken;
 | 
						|
		option "RESET_MODE" "SYNC" {
 | 
						|
			rdsrst zero ungated;
 | 
						|
		}
 | 
						|
		option "RESET_MODE" "ASYNC" {
 | 
						|
			rdarst zero;
 | 
						|
		}
 | 
						|
		rdinit zero;
 | 
						|
		portoption "WRITE_MODE" 0 {
 | 
						|
			rdwr no_change;
 | 
						|
		}
 | 
						|
		portoption "WRITE_MODE" 1 {
 | 
						|
			rdwr new;
 | 
						|
		}
 | 
						|
		ifndef gw5a {
 | 
						|
			portoption "WRITE_MODE" 2 {
 | 
						|
				rdwr old;
 | 
						|
			}
 | 
						|
		}
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
ram block $__GOWIN_SDP_ {
 | 
						|
	abits 14;
 | 
						|
	widths 1 2 4 9 18 36 per_port;
 | 
						|
	cost 128;
 | 
						|
	init no_undef;
 | 
						|
	port sr "R" {
 | 
						|
		clock posedge;
 | 
						|
		clken;
 | 
						|
		option "RESET_MODE" "SYNC" {
 | 
						|
			rdsrst zero ungated;
 | 
						|
		}
 | 
						|
		option "RESET_MODE" "ASYNC" {
 | 
						|
			rdarst zero;
 | 
						|
		}
 | 
						|
		rdinit zero;
 | 
						|
	}
 | 
						|
	port sw "W" {
 | 
						|
		clock posedge;
 | 
						|
		clken;
 | 
						|
	}
 | 
						|
}
 |