Add TTA-based Co-design Environment to external OS projects.

llvm-svn: 142954
This commit is contained in:
Bill Wendling 2011-10-25 20:24:32 +00:00
parent f20e3e5774
commit 53aa7a8110
1 changed files with 12 additions and 13 deletions

View File

@ -298,23 +298,22 @@ object-oriented programming, operator overloading and strong typing.</p>
-->
<!--=========================================================================-->
<!--
<h3>TTA-based Codesign Environment (TCE)</h3>
<h3>TTA-based Co-design Environment (TCE)</h3>
<div>
<p>TCE is a toolset for designing application-specific processors (ASP) based on
the Transport triggered architecture (TTA). The toolset provides a complete
co-design flow from C/C++ programs down to synthesizable VHDL and parallel
program binaries. Processor customization points include the register files,
function units, supported operations, and the interconnection network.</p>
the Transport triggered architecture (TTA). The toolset provides a complete
co-design flow from C/C++ programs down to synthesizable VHDL and parallel
program binaries. Processor customization points include the register files,
function units, supported operations, and the interconnection network.</p>
<p>TCE uses Clang and LLVM for C/C++ language support, target independent
optimizations and also for parts of code generation. It generates new LLVM-based
code generators "on the fly" for the designed TTA processors and loads them in
to the compiler backend as runtime libraries to avoid per-target recompilation
of larger parts of the compiler chain.</p>
optimizations and also for parts of code generation. It generates new
LLVM-based code generators <i>on the fly</i> for the designed TTA processors
and loads them in to the compiler backend as runtime libraries to avoid
per-target recompilation of larger parts of the compiler chain.</p>
</div>
-->
<!--=========================================================================-->