mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 19:22:31 +00:00 
			
		
		
		
	Added GP_ABUF cell
This commit is contained in:
		
							parent
							
								
									12000b90de
								
							
						
					
					
						commit
						79460208c9
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -13,6 +13,12 @@ module GP_4LUT(input IN0, IN1, IN2, IN3, output OUT); | |||
| 	assign OUT = INIT[{IN3, IN2, IN1, IN0}]; | ||||
| endmodule | ||||
| 
 | ||||
| module GP_ABUF(input wire IN, output wire OUT); | ||||
| 	 | ||||
| 	assign OUT = IN; | ||||
| 	 | ||||
| endmodule | ||||
| 
 | ||||
| module GP_ACMP(input wire PWREN, input wire VIN, input wire VREF, output reg OUT); | ||||
| 
 | ||||
| 	parameter BANDWIDTH = "HIGH"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue