mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #724 from whitequark/equiv_opt
equiv_opt: new command, for verifying optimization passes
This commit is contained in:
		
						commit
						2a681909df
					
				
					 6 changed files with 173 additions and 27 deletions
				
			
		| 
						 | 
				
			
			@ -947,6 +947,7 @@ module SB_SPRAM256KA (
 | 
			
		|||
	output reg [15:0] DATAOUT
 | 
			
		||||
);
 | 
			
		||||
`ifndef BLACKBOX
 | 
			
		||||
`ifndef EQUIV
 | 
			
		||||
	reg [15:0] mem [0:16383];
 | 
			
		||||
	wire off = SLEEP || !POWEROFF;
 | 
			
		||||
	integer i;
 | 
			
		||||
| 
						 | 
				
			
			@ -973,6 +974,7 @@ module SB_SPRAM256KA (
 | 
			
		|||
		end
 | 
			
		||||
	end
 | 
			
		||||
`endif
 | 
			
		||||
`endif
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
(* blackbox *)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue