mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Fixed lint error
This commit is contained in:
		
							parent
							
								
									c1a40a15dd
								
							
						
					
					
						commit
						cc8acd947d
					
				@ -59,7 +59,7 @@ module ram #(parameter BASE=0, RANGE = 65535) (
 | 
			
		||||
  
 | 
			
		||||
  swbytemask swbytemask(.Size(HSIZED[1:0]), .Adr(HADDRD[2:0]), .ByteMask(ByteMask));
 | 
			
		||||
 | 
			
		||||
  assign initTrans = HREADY & HSELRam & (HTRANS[1]]); 
 | 
			
		||||
  assign initTrans = HREADY & HSELRam & (HTRANS[1]); 
 | 
			
		||||
  assign memwrite = initTrans & HWRITE;  // *** why is initTrans needed?  See CLINT interface
 | 
			
		||||
  assign memread = initTrans & ~HWRITE;
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user