mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Merge pull request #3663 from uis246/master
gowin: Add new types of oscillator
This commit is contained in:
		
						commit
						bb28e48136
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1640,3 +1640,20 @@ output OSCOUT;
 | 
			
		|||
 | 
			
		||||
parameter FREQ_DIV = 96;
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
(* blackbox *)
 | 
			
		||||
module OSCW(OSCOUT);
 | 
			
		||||
output OSCOUT;
 | 
			
		||||
 | 
			
		||||
parameter FREQ_DIV = 80;
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
(* blackbox *)
 | 
			
		||||
module OSCO(OSCOUT, OSCEN);
 | 
			
		||||
input OSCEN;
 | 
			
		||||
 | 
			
		||||
output OSCOUT;
 | 
			
		||||
 | 
			
		||||
parameter FREQ_DIV = 100;
 | 
			
		||||
parameter REGULATOR_EN = 1'b0;
 | 
			
		||||
endmodule
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue