mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	tweak of names
This commit is contained in:
		
							parent
							
								
									c8468e99c0
								
							
						
					
					
						commit
						cdd2aa6379
					
				@ -45,5 +45,4 @@ module rcon_lut_128(input logic [3:0] RD,
 | 
			
		||||
	  default : rcon_out = 8'h00;
 | 
			
		||||
	endcase	
 | 
			
		||||
     end
 | 
			
		||||
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
@ -60,5 +60,4 @@ module rrot8(input logic[31:0] x,
 | 
			
		||||
   assign result[29] = x[5];
 | 
			
		||||
   assign result[30] = x[6];
 | 
			
		||||
   assign result[31] = x[7];
 | 
			
		||||
 | 
			
		||||
endmodule
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user