diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-10-25 20:24:32 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-10-25 20:24:32 +0000 |
commit | 2d7b4afa85e7d253616c54c3e55bdc96d10705c8 (patch) | |
tree | d26691d086a5b22536610a64a0d23163eeb7d449 | |
parent | 34749ce4df9636188782c652dc9dc9c73d4bce11 (diff) |
Add TTA-based Co-design Environment to external OS projects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142954 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 17e31c6ed0..74c9afbeae 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> ---> <!--=========================================================================--> |