mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Add test
This commit is contained in:
		
							parent
							
								
									25ff27e37f
								
							
						
					
					
						commit
						3839bd50f2
					
				
					 1 changed files with 22 additions and 0 deletions
				
			
		
							
								
								
									
										22
									
								
								tests/various/wreduce.ys
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								tests/various/wreduce.ys
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,22 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					read_verilog <<EOT
 | 
				
			||||||
 | 
					module wreduce_add_test(input [3:0] i, input [7:0] j, output [7:0] o);
 | 
				
			||||||
 | 
					    assign o = (i << 4) + j;
 | 
				
			||||||
 | 
					endmodule
 | 
				
			||||||
 | 
					EOT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					hierarchy -top wreduce_add_test
 | 
				
			||||||
 | 
					proc
 | 
				
			||||||
 | 
					design -save gold
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					prep
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					select -assert-count 1 t:$add r:A_WIDTH=4 r:B_WIDTH=4 %i %i
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					design -stash gate
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					design -import gold -as gold
 | 
				
			||||||
 | 
					design -import gate -as gate
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					miter -equiv -flatten -make_assert -make_outputs gold gate miter
 | 
				
			||||||
 | 
					sat -verify -prove-asserts -show-ports miter
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue