mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
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
This commit is contained in:
parent
34749ce4df
commit
2d7b4afa85
@ -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>
|
||||
-->
|
||||
|
||||
|
||||
<!--=========================================================================-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user