mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Added GP_VREF cell
This commit is contained in:
		
							parent
							
								
									bf64974d43
								
							
						
					
					
						commit
						d90c1e9522
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -263,6 +263,12 @@ module GP_VDD(output OUT);
 | 
			
		|||
       assign OUT = 1;
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
module GP_VREF(input VIN, output reg VOUT);
 | 
			
		||||
	parameter VIN_DIV = 1;
 | 
			
		||||
	parameter VREF = 0;
 | 
			
		||||
	//cannot simulate mixed signal IP
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
module GP_VSS(output OUT);
 | 
			
		||||
       assign OUT = 0;
 | 
			
		||||
endmodule
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue