URL
                    https://opencores.org/ocsvn/theia_gpu/theia_gpu/trunk
                
             
            
            
[/] [theia_gpu/] [branches/] [beta_2.0/] [rtl/] [Module_MemoryController.v] - Diff between revs 229 and 230
Show entire file |
Details |
Blame |
View Log
   
    
      
         | Rev 229 | 
         Rev 230 | 
      
    
    
      
        | Line 169... | 
        Line 169... | 
      
      
        .Initial(    {12'b0,iRequest[`MCU_COPYMEMBLOCKCMD_DSTOFF_RNG]} ),
  | 
        .Initial(    {12'b0,iRequest[`MCU_COPYMEMBLOCKCMD_DSTOFF_RNG]} ),
  | 
      
      
        .Enable(     rIncrementAddress                                 ),
  | 
        .Enable(     rIncrementAddress                                 ),
  | 
      
      
        .Q(          ADR_O                                             )
  | 
        .Q(          ADR_O                                             )
  | 
      
      
        );
  | 
        );
  | 
      
      
         
  | 
         
  | 
      
      
         
  | 
        wire [`MCU_VPMASK_LEN-1:0] wWE_SelectMask;
  | 
      
      
           | 
        assign wWE_SelectMask = wCurrentRequest[`MCU_COPYMEMBLOCKCMD_VPMASK_RNG];
  | 
      
      
         
  | 
         
  | 
      
      
        SELECT_1_TO_N # ( $clog2(`MAX_CORES), `MAX_CORES ) WESEL
  | 
        SELECT_1_TO_N # ( $clog2(`MAX_CORES), `MAX_CORES ) WESEL
  | 
      
      
         (
  | 
         (
  | 
      
      
         .Sel(wCurrentRequest[`MCU_COPYMEMBLOCKCMD_VPMASK_RNG]),
  | 
         .Sel(wWE_SelectMask[$clog2(`MAX_CORES)-1:0]),
  | 
      
      
         .En( ~oFifoEmpty),
  | 
         .En( ~oFifoEmpty),
  | 
      
      
         .O(  WE_O )
  | 
         .O(  WE_O )
  | 
      
      
         );
  | 
         );
  | 
      
      
         
  | 
         
  | 
      
      
         
  | 
         
  | 
      
    
   
 
 
         
                
        
            
            
        
        
             
    
        © copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.