Tensilica Instruction Extension

Tensilica Instruction Extension

Tensilica Instruciton Extension refers to the language that is used to extend the Xtensa processor core instruction set. TIE in its syntax, is closer to the Hardware description language - Verilog. TIE allows the user to extend the functionality and increase the performance of the Xtensa processor cores by adding new instructions to the processor. TIE is also used to instantiate TIE Ports and TIE Queues in the Xtensa processor cores. TIE ports and TIE queues enable the design engineer to add designer defined input and output interfaces to the processor core.Using the TIE language and Xtensa Xplorer toolkit, the generation and verification of the instructions used to extend the processor ISA are automated. Such automation helps to reduce the hardware verification time that typically consumes a large percentage of the project duration of a typical hardware developed for the same functionality.

History

TIE was added by Tensilica to extend the instruction set of the Xtensa processors.

TIE Creation

TIE code can be created in two ways. TIE can be:
#Manually written and attached to the required processor core.
#Automatically generated using Xtensa Xpress.

Manual coding is similar to programming using other languages. Automatic generation of TIE code is done using Xtensa Xpress tool. This is done by first compiling & executing the code using the Xplorer and Xtensa Xpress tools. Xpress analyses the code that will be executed on the processor and generates additional TIE instructions for the processor core. These additional instructions will be automatically substituted when the C/C++ compiler generates the assembly code, preventing any manual intervention. This provides a complete user abstraction to the automatic TIE generation process.

Interface to C/C++

TIE extended instructions are called "operations" in TIE language. Since TIE compiler generates compiler intrinsics for each TIE operation, the TIE instructions can be invoked directly using the function call semantics of C language. The C compiler takes care of translating the TIE intrinsics into the appropriate instructions to be executed in the assembly code that is generated.

TIE Compilation

The TIE compiler is used to compile code written in TIE language. TIE compiler automates the generation of the designer defined hardware instructions additions to the processor core. TIE compilation produces the following outputs:
#A Modeling Environment that can be simulated using ISS
#A Compiler Toolchain for the Configured Processor Core that includes the TIE intrinsics to be used
#Hardware RTL Source Code for TIE and EDA scripts for synthesis and Verification

TIE Testing & Verification

Once the code has been compiled using the TIE compiler, there are minimum two levels of verification & testing required to verify the functionality.

#Software Testing: Using the intrinsic interfaces of TIE operations from C/C++, the TIEs are first integrated with the C code that tests the required application functionality. After such integration, testing of the software running on the Xtensa core is performed by using the software simulator on PC (The Xtensa simulator on PC is called Instruction Set Simulator - ISS).
#Hardware Verification: The TIE compiler's output RTL and Netlists are given as input to various simulators like Modelsim. the required functionality of the TIE is verified by hardware simulation. Such verification requires a Hardware/Software co-simulation environment to be prepared, where the required software can be tested for its functionality.

Example

See also

* Xtensa The configurable processor core
* Verilog The hardware description language

External links

* TIE syntax highlight script for Vim editor : http://www.vim.org/scripts/script.php?script_id=1964


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • Tensilica — Infobox Company company name = Tensilica Inc. company type = Private foundation = 1997 location = Santa Clara, California, USA coord|37.385384| 121.971524 key people = Chris Rowen industry = Processor IP products = Microprocessor cores homepage …   Wikipedia

  • Xtensa — is a 32 bit microprocessor core designed by Tensilica.Tensilica describes it as a configurable, extensible and synthesizable processor core ... the first microprocessor architecture designed specifically to address embedded System On Chip (SOC)… …   Wikipedia

  • Stanford Smart Memories Project — Advances in VLSI technology now permit multiple processors to reside on a single integrated circuit chip, or IC. Such a processing system is known as a chip multiprocessor, or multi core CPU system. Building on this technology, the Stanford Smart …   Wikipedia

  • Tie — may refer to: Necktie, a long piece of cloth worn around the neck or shoulders Tie (draw), a finish to a competition with identical results, particularly sports Tie (engineering), a strong component designed to keep two objects closely linked… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”