zoukankan      html  css  js  c++  java
  • [Reminder] 影响EMIF16异步读写性能因素

    Performance degradation  for  asynchronous  accesses  caused   by  an unused feature enabled  in  EMIF16 
     
    Devices  affected:  
    C6671,  C6672,  C6674,  C6678,  C6654,  C6655,  C6657,  TCI6602,  TCI6604,  TCI6608,  TCI6612,  TCI6614 
     
    Revisions: All 
     
    Detailed description  
    Although  it  supports  only   asynchronous  mode operation on all  Keystone ‐I devices, the   EMIF16 module 
    has a  legacy  ‘synchronous   mode’ feature  that  is  enabled by  default. While this  synchronous  mode is  
    enabled,   EMIF16 issues  periodic refresh  commands   that  take   precedence  over   asynchronous  accesses  
    commands  and  stall  the  execution of   the  latter  until  the  refresh  command  is  executed.  This   stall  results  
    in  reduced  throughput  of  asynchronous   accesses  when EMIF16 tries  to  read  or   write  to  the  
    asynchronous  memory. The  stall  will manifest itself  as  a  long   delay between  asynchronous  accesses.  
     
    Workaround: 
    Programming  bit 31 at  the   32‐bit address 0x20C00008 to  1  will disable  the  synchronous mode feature. 
        
    *(Uint32*) 0x20C00008 |=   0x80000000;   //Disable  synchronous mode feature  
     
    When  the  synchronous  mode is  disabled,  EMIF16  will not issue any refresh   commands.   This   will no 
    longer  result  in  stall   cycles  between  asynchronous  accesses  and   thus  the  performance will  be improved. 
     
    This  bit affects  only  the  refreshes  issued  by   EMIF16.  It  does  not affect the  rest  of  the  device.  

  • 相关阅读:
    Windows Bat命令常用操作
    Centos下安装Geth
    Centos常用操作
    为什么CEdit使用SetSel无法取消选择?
    VC编译参数/Zm问题
    XX.exe已经停止工作,的处理兼容性
    excel表,Alt+F11调用出vb语言处理excel表内容,很方便
    在限制了可选日期范围的calendar中,使几个日期不可选的方法
    Agile敏捷开发
    做软件的这些年
  • 原文地址:https://www.cnblogs.com/fpga/p/3130189.html
Copyright © 2011-2022 走看看