mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Fixed missing semicolon
This commit is contained in:
		
							parent
							
								
									c1b8d3b580
								
							
						
					
					
						commit
						f1679936fe
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -124,7 +124,7 @@ module GP_RCOSC(input PWRDN, output reg CLKOUT_PREDIV, output reg CLKOUT_FABRIC) | |||
| 	parameter AUTO_PWRDN = 0; | ||||
| 	parameter PRE_DIV = 1; | ||||
| 	parameter FABRIC_DIV = 1; | ||||
| 	parameter OSC_FREQ = "25k" | ||||
| 	parameter OSC_FREQ = "25k"; | ||||
| 	 | ||||
| 	initial CLKOUT_PREDIV = 0; | ||||
| 	initial CLKOUT_FABRIC = 0; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue