- EISC
The EISC (Extendable Instruction Set Computer) is a compressed code processor architecture for
embedded applications. It has both the properties ofRISC architecture,simplicity, and that of CISC processor,expenablity. The architecture is developed by Advanced digital chips inc, Seoul, Korea.(http://www.adc.co.kr)Extendable Instruction Set
In embedded applications,
code density is a golden goal since higher code density means less memory traffic and die area for embedded memory can be reduced. To improve code density, compressed code architectures have appeared such asTHUMB by ARM andMIPS16 by MIPS and so on. In short, compressed code architectures have shorter length instructions for controlling the data path. Many compressed code architectures suffer from insufficient immediate operand fields.While achieving high code density and a low memory access rate, the EISC architecture adopts a novel and terse scheme to resolve the problem of insufficient immediate operand fields of the compressed code architectures. The EISC uses an efficient fixed length 16-bit instruction set for 32-bit data processing. To resolve the problem of insufficient immediate operand fields in a concise way, EISC uses an independent instruction called load extension register (LERI), which consists of a 2-bit opcode and a 14-bit immediate value.
The LERI instruction extends the immediate field by loading an immediate value to a special register called the extension register. By using LERI instructions, the EISC architecture can make the program code more compact than the competing architectures, since the frequency of LERI instructions is less than 20% in many programs. In addition, EISC does not require instructions for switching its processor mode between the compressed instruction mode and the normal instruction mode. (For competing architectures, extra mode-changing instructions are added to use specific instructions such as MAC instructions.)
Instruction Set Architecture Family
The EISC has 16-bit, 32-bit and 64-bit instruction set architecture family.There exist SE(simple EISC) series and AE(Advanced EISC) series.
* SE1608: 16-bit simple EISC family. 3-operand insturction set architecture. Not a compressed code architecture but it also uses LERI instruction to fully support 16-bit immediate value diretly.
* SE3208: 32-bit simple EISC family. 3-operand instruction set architecture. 8 GPRs.
* AE32000: 32-bit Advanced EISC family for embedded microprocessing market. 2-operand instruction set architecture. 16 GPRs. It also has SIMD-DSP capability. The Newest instruction set architecture is AE32000C (AE32000-revision C)
* AE64000: 64-bit Advanced EISC family for embedded microprocessing market especially robot and multimedia market.
ee also
*
Central processing unit
*Computer architecture
*Computer engineering Related links
* [http://www.adc.co.kr/eng ADChips Inc., The inventor of EISC processor]
* [http://www.adcusinc.com/html/technology/introduction.php EISC technology overview in ADCUS inc.]
* [http://www.adc.co.kr/download/EISC-Studio2_Installer.zip EISC Studio2: Free Integrated Development Environment(IDE) software for EISC processor (Supported OS: Windows)]
* [http://www.adc.co.kr/download/ECOMI_ae32000_v061227.zip ECOMI: Precompiled CrossCompiler Toolchain for 32bit EISC processor AE32000 series (Needs Cygwin under Windows)]Related papers
* [http://www.adcusinc.com/html/technology/img/Eisc_academic_paper.pdf High-performance extendable instruction set computing]
* [http://etrij.etri.re.kr/Cyber/servlet/GetFile?fileid=SPF-1066123803942 AE32000B: a Fully Synthesizable 32-Bit Embedded Microprocessor Core in ETRI Journal, Volume 25, Number 5, October 2003]
* [http://www.springerlink.com/content/u205vlq218515275/?p=c7f819d59b3c42d6b24080f59e59fdc0&pi=1 A DSP-enhanced 32-bit embedded microprocessor]
* [http://portal.acm.org/citation.cfm?id=1146948&coll=GUIDE&dl=ACM&CFID=2777145&CFTOKEN=88500148 "An automated, reconfigurable, low-power RFID tag"] compares the EISC architecture with other architectures
* [http://mpu.yonsei.ac.kr/paper_scan/lab_papers/dome_conf_2002_3.pdf Design of a DSP Unit for 32-bit Embedded EISC Microprocessor]
* [http://www.hipc.org/hipc2004/posters/park.doc Supports for Processing Media Data in Embedded Processors]
Wikimedia Foundation. 2010.