mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	FDCE ports to be alphabetical
This commit is contained in:
		
							parent
							
								
									b4663a987b
								
							
						
					
					
						commit
						4cdba00e25
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -405,10 +405,10 @@ module FDCE ( | |||
|   (* invertible_pin = "IS_C_INVERTED" *) | ||||
|   input C, | ||||
|   input CE, | ||||
|   (* invertible_pin = "IS_D_INVERTED" *) | ||||
|   input D, | ||||
|   (* invertible_pin = "IS_CLR_INVERTED" *) | ||||
|   input CLR | ||||
|   input CLR, | ||||
|   (* invertible_pin = "IS_D_INVERTED" *) | ||||
|   input D | ||||
| ); | ||||
|   parameter [0:0] INIT = 1'b0; | ||||
|   parameter [0:0] IS_C_INVERTED = 1'b0; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue