Add TTA-based Co-design Environment to external OS projects.
authorBill Wendling <isanbard@gmail.com>
Tue, 25 Oct 2011 20:24:32 +0000 (20:24 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 25 Oct 2011 20:24:32 +0000 (20:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142954 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 17e31c6ed008e3a2ad5d7baa63a98d1804a0e054..74c9afbeaeb3be3842def8a95b8c021197d0c1b1 100644 (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>
--->
 
   
 <!--=========================================================================-->