OpenASIC
    • \[\[global:header.categories\]\]
    • \[\[global:header.recent\]\]
    • \[\[global:header.tags\]\]
    • \[\[global:header.popular\]\]
    • \[\[global:header.users\]\]
    • \[\[global:header.groups\]\]
    • \[\[global:header.search\]\]
    • Register
    • Login
    1. Home
    2. murphy
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    murphy

    @murphy

    0
    Reputation
    267
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    murphy Unfollow Follow

    Latest posts made by murphy

    • H264 encoder K3 评估IP的配置

      看了下K3的配置代码main.c,里面有很多如下SRAM_WRITE的操作,不太明白具体功能是什么,有没有文档说明?然后关于提供的文档的寄存器说明希望能再详细点。

      ++++++++++++++++++++++++++++++++++++++

              // intra
              SRAM_WRITE( 0+0 ,0x6704);
              SRAM_WRITE( 0+1 ,0x627e);
              SRAM_WRITE( 0+2 ,0x5da0);
              SRAM_WRITE( 0+3 ,0x596b);
              SRAM_WRITE( 0+4 ,0x5409);
              SRAM_WRITE( 0+5 ,0x4edf);
              SRAM_WRITE( 0+6 ,0x4a48);
              SRAM_WRITE( 0+7 ,0x4397);
              SRAM_WRITE( 0+8 ,0x3e59);
              SRAM_WRITE( 0+9 ,0x39d0);
      
      posted in 问题反馈 | Comments & Feedback
      M
      murphy