A python module for parsing, processing, and simulating gate-level circuits.
				
			 
			
		 
		
		
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
	
		
			
				
				
					
						
						
						
							 | 
							
							# A minimal library for generating logically equivalent circuits with | 
						
						
						
						
							 | 
							
							# minimum number of gate types. | 
						
						
						
						
							 | 
							
							GATE BUF1     1  o=i0;                         PIN * NONINV 1 999 1 0 1 0 | 
						
						
						
						
							 | 
							
							GATE INV1     1  o=!i0;                        PIN * INV 1 999 1 0 1 0 | 
						
						
						
						
							 | 
							
							GATE AND2     1  o=i0*i1;                      PIN * NONINV 1 999 1 0 1 0 |