mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	greenpak4: Fixed another typo
This commit is contained in:
		
							parent
							
								
									58da621ac3
								
							
						
					
					
						commit
						ea787e6be3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -137,7 +137,7 @@ module GP_DCMPREF(output OUT);
 | 
			
		|||
	wire[7:0] OUT = REF_VAL;
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
module GP_DCMPMUX(input SEL, input IN0, input IN1, input IN2, input IN3, output OUT)
 | 
			
		||||
module GP_DCMPMUX(input SEL, input IN0, input IN1, input IN2, input IN3, output OUT);
 | 
			
		||||
	wire[1:0] SEL;
 | 
			
		||||
	wire[7:0] IN0;
 | 
			
		||||
	wire[7:0] IN1;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue