mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	Ram cleanup
This commit is contained in:
		
							parent
							
								
									e2138d8d0f
								
							
						
					
					
						commit
						9d5468887e
					
				@ -54,7 +54,7 @@ module ram #(parameter BASE=0, RANGE = 65535) (
 | 
			
		||||
 | 
			
		||||
  // a new AHB transactions starts when HTRANS requests a transaction, 
 | 
			
		||||
  // the peripheral is selected, and the previous transaction is completing
 | 
			
		||||
  assign initTrans = HREADY & HSELRam & (HTRANS[1]); 
 | 
			
		||||
  assign initTrans = HREADY & HSELRam & HTRANS[1]; 
 | 
			
		||||
  assign memwrite = initTrans & HWRITE;  
 | 
			
		||||
  assign memread = initTrans & ~HWRITE;
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user