mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	xilinx: Adding missing inout IO port to IOBUF
This commit is contained in:
		
							parent
							
								
									76baae4b94
								
							
						
					
					
						commit
						ad975fb694
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -2225,6 +2225,7 @@ module IOBUF (...);
 | 
				
			||||||
    parameter IOSTANDARD = "DEFAULT";
 | 
					    parameter IOSTANDARD = "DEFAULT";
 | 
				
			||||||
    parameter SLEW = "SLOW";
 | 
					    parameter SLEW = "SLOW";
 | 
				
			||||||
    output O;
 | 
					    output O;
 | 
				
			||||||
 | 
					    inout IO;
 | 
				
			||||||
    input I, T;
 | 
					    input I, T;
 | 
				
			||||||
endmodule
 | 
					endmodule
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue