zoukankan      html  css  js  c++  java
  • ZYNQ术语及缩写

    zynq架构相关

    ===============================================
    AMBA:Advanced Microcontroller Bus Architecture 先进微控制器总线
    AXI:Advanced eXtensible Interface 先进可扩展接口,AMBA的一个标准
    APM:AXI Performance Monitor AXI性能检测器
    RTL:Register Transfer Level 寄存器传输级(描述方式,综合后可以得到门级描述)
    FSM:finite state machine 有限状态机
    FMC:FPGA Mezzanine Card
    BIST:built-in self-test
    C2S:card-to-system
    GPIO:General Purpose Input/Output
    MIO:multiplexed I/O 多路复用IO接口
    DDR:Double Data Rate
    ELF:Executable and Linking Format 可执行链接格式,linux/unix对象文件
    .dtb:device tree blob 设备树,linux板级信息的描述文件
    SDx:Software Define 软件定义(工具集)

    DMA:Direct Memory Access
    mm2s:Memory-Mapped to Streaming 内存映射到流
    s2mm:Streaming to Memory-Mapped 流到内存映射
    SDRAM:synchronous dynamic random access memory

    PS:Program System
    APU:application Processing Unit
    IOP:I/O peripherals
    MMU:Memory Management Unit
    GIC:General interrupt controller
    WDT:Watch Dog Timer
    TTC:triple timers/counters
    CTI:Cross trigger interface
    SIMD:single instruction multiple data
    DAP:debug access port

    system ports that are used to transfer data from processor memory to the Zynq device programmable logic (PL) and back
    ACP:Accelerator Coherence Port
    AFI:Asynchronous FIFO Interface
    GPx:General-Purpose I/O ports

    PL:Program Logic
    CLB:Configurable Logic Block
    BRAM:port and width configurable block RAM 是PL的资源
    CMTs:clock management tiles
    MMCM:mixed-mode clock manager

    ETB: embedded trace buffer
    PTM:program trace macrocell
    ITM:instruction trace macrocell

    SODIMM:Small outline Dual Inline Memory Module小型双内联内存模块

    SFP:Small form-factor pluggable

    POR:Power On Reset
    SPST:single-pole single-throw单刀单掷开关
    MRCC:Multi-Region Clock Capable多区时钟电容
    HDMI:high-definition multimedia interface
    DIP:Double In-line Package
    RTC:Real Time Clock
    XDC:Xilinx Design Constraints设计约束
    BIST:Build In Self Test内建自测试

    linux相关

    ===============================================
    FSBL:first-stage boot loader第一阶段引导加载程序
    SSBL:second-stage boot loader
    AMP:Asymmetric multiprocessing非对称多处理

    PMMU:paged memory management unit分页内存管理单元

  • 相关阅读:
    C#中将dll汇入exe,并加壳
    很不错的在线格式转换网站
    Eclipse快捷键大全
    win7休眠的开启与关闭方法
    C#实现注册码
    Microsoft.CSharp.targets不存在解决方法
    数据库>SQL Server2005>第4季SQL从入门到提高>2SQL Server使用
    main函数名字写错,写成mian等等的错误提示
    CSS选择器
    斐波那契数的实现
  • 原文地址:https://www.cnblogs.com/Osler/p/8427924.html
Copyright © 2011-2022 走看看