mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Make testcase clearer with \o having its own init
This commit is contained in:
		
							parent
							
								
									9a892199f7
								
							
						
					
					
						commit
						61a1f3f49b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -6,6 +6,8 @@ sat -seq 10 -prove-asserts
 | 
				
			||||||
design -reset
 | 
					design -reset
 | 
				
			||||||
read_verilog -icells <<EOT
 | 
					read_verilog -icells <<EOT
 | 
				
			||||||
module top(input clk, i, output o, p);
 | 
					module top(input clk, i, output o, p);
 | 
				
			||||||
 | 
					(* init = 1'b0 *)
 | 
				
			||||||
 | 
					wire o;
 | 
				
			||||||
(* init = 1'bx *)
 | 
					(* init = 1'bx *)
 | 
				
			||||||
wire p = o;
 | 
					wire p = o;
 | 
				
			||||||
$_DFF_P_ dff (.C(clk), .D(i), .Q(o));
 | 
					$_DFF_P_ dff (.C(clk), .D(i), .Q(o));
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue