mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	machxo2: Add missing OSCH oscillator primitive.
This commit is contained in:
		
							parent
							
								
									c31b17a2e2
								
							
						
					
					
						commit
						124780ecd9
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		|  | @ -178,3 +178,13 @@ module FACADE_IO #( | ||||||
| 		end | 		end | ||||||
| 	endgenerate | 	endgenerate | ||||||
| endmodule | endmodule | ||||||
|  | 
 | ||||||
|  | (* blackbox *) | ||||||
|  | module OSCH #( | ||||||
|  | 	parameter NOM_FREQ = "2.08" | ||||||
|  | ) ( | ||||||
|  | 	input STDBY, | ||||||
|  | 	output OSC, | ||||||
|  | 	output SEDSTDBY | ||||||
|  | ); | ||||||
|  | endmodule | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue