mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Bugfix in partsel.v signed indices test cases
Signed-off-by: Claire Wolf <claire@symbioticeda.com>
This commit is contained in:
		
							parent
							
								
									88185f8959
								
							
						
					
					
						commit
						f38d76efbf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -89,7 +89,7 @@ module partsel_test005 (
 | 
			
		|||
endmodule
 | 
			
		||||
 | 
			
		||||
module partsel_test006 (
 | 
			
		||||
	input [31:0] din,
 | 
			
		||||
	input [31:-32] din,
 | 
			
		||||
	input signed [4:0] n,
 | 
			
		||||
	output reg [31:-32] dout
 | 
			
		||||
);
 | 
			
		||||
| 
						 | 
				
			
			@ -101,7 +101,7 @@ endmodule
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
module partsel_test007 (
 | 
			
		||||
	input [31:0] din,
 | 
			
		||||
	input [31:-32] din,
 | 
			
		||||
	input signed [4:0] n,
 | 
			
		||||
	output reg [31:-32] dout
 | 
			
		||||
);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue