mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Added GLITCH_FILTER parameter to GP_DELAY
This commit is contained in:
		
							parent
							
								
									a818472f0c
								
							
						
					
					
						commit
						091d32b563
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -131,9 +131,8 @@ endmodule | |||
| module GP_DELAY(input IN, output reg OUT); | ||||
| 	 | ||||
| 	parameter DELAY_STEPS = 1; | ||||
| 	 | ||||
| 	//TODO: additional delay/glitch filter mode | ||||
| 	 | ||||
| 	parameter GLITCH_FILTER = 0; | ||||
| 		 | ||||
| 	initial OUT = 0; | ||||
| 	 | ||||
| 	generate | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue