1、常见电子专业术语中英文对照摘要:一个在一个芯片上定制设计的硬件。 address bus (地址总线) A set of electrical lines connected to the processor and all of the peripher als withwhich itcommunicates。 The address bus is used by the processor to select aspecific memory location or register within a p
2、articular peripheral。 If the addre 常见英文缩写解释(按字母顺序排列): ASIC: Application Specific Integrated Circuit. 专用IC CPLD: Complex Programmable Logic Device. 复杂可编程逻辑器件 EDA: Electronic Design Automation. 电子设计自动化 FPGA: Field Programmable Gate Array. 现场可编程 门阵列 GAL: Generi
3、c Array Logic. 通用阵列逻辑 HDL: Hardware Description Language. 硬件描述语言 IP: Intelligent Property. 智能模块 PAL: Programmable Array Logic. 可编程阵列逻辑 RTL: Register Transfer Level. 寄存器传输级描述) SOC: System On a Chip. 片上系统 SLIC: System Level IC. 系统级IC VHDL: Very high speed inte
4、grated circuit Hardware Description Language. 超高速集成电路硬件描述语言 A ASIC(专用集成电路) Application-Specific Integrated Circuit. A piece of custom-designed hardware in a chip.专用集成电路。一个在一个芯片上定制设计的硬件。 address bus (地址总线) A set of electrical lines connected to the
5、 processor and all of the peripher als withwhich itcommunicates. The address bus is used by the processor to select aspecific memory location or register within a particular peripheral. If the address bus contains n electrical lines, the processor can uniq
6、uely address up to 2^n such locations.一个连接处理器与所有外设的,用来通讯的电子线路集。地址总线被处理器用来选择在特定外设中的存储器地址或寄存器。如果地址总线有n条电子线路,处理器能唯一寻址高达2^n的地址空间。 application software(应用软件) Describes software modules specific to a particular embedded project. The application software is unl
7、ikely to be reusable across embedded platforms, simply because each embedded system has a different application. 用来描述一个特定的嵌入式项目中的某一软件模块。应用软件不象可重用的交叉嵌入式平台,只因为每一个嵌入式系统有不同的应用软件。 assembler(汇编编译器) A software development tool that translates human-readable a
8、ssembly language programs into machine-language instructions that the processor can understandand execute. 一个能把可读的汇编语言程序转换到处理器可理解和运行的机器指令的软件开发工具。 assembly language(汇编语言) A human-readable f