mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Behavior should be identical now to rev. 0b4a64ac6a (next: testing before constfold fixes)
				
					
				
			This commit is contained in:
		
							parent
							
								
									f912e029de
								
							
						
					
					
						commit
						ada80545fa
					
				
					 3 changed files with 12 additions and 8 deletions
				
			
		| 
						 | 
				
			
			@ -73,10 +73,10 @@ module test10(a, b, c, y);
 | 
			
		|||
  assign y = ^(a ? b : c);
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
module test11(a, b, y);
 | 
			
		||||
  input signed [3:0] a;
 | 
			
		||||
  input signed [3:0] b;
 | 
			
		||||
  output signed [5:0] y;
 | 
			
		||||
  assign y = -(5'd27);
 | 
			
		||||
endmodule
 | 
			
		||||
// module test11(a, b, y);
 | 
			
		||||
//   input signed [3:0] a;
 | 
			
		||||
//   input signed [3:0] b;
 | 
			
		||||
//   output signed [5:0] y;
 | 
			
		||||
//   assign y = -(5'd27);
 | 
			
		||||
// endmodule
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue