[www] r246683 - Added Codasip Studio to the list of LLVM projects.
John Criswell via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 11:02:56 PDT 2015
Author: criswell
Date: Wed Sep 2 13:02:56 2015
New Revision: 246683
URL: http://llvm.org/viewvc/llvm-project?rev=246683&view=rev
Log:
Added Codasip Studio to the list of LLVM projects.
Modified:
www/trunk/ProjectsWithLLVM/index.html
Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=246683&r1=246682&r2=246683&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Wed Sep 2 13:02:56 2015
@@ -36,6 +36,7 @@
<div class="www_text">
<ul>
+<li><a href="#codasip">Codasip Studio</a></li>
<li><a href="#pony">Pony Programming Language</a></li>
<li><a href="#smack">SMACK Software Verifier</a></li>
<li><a href="#discopop">DiscoPoP: A Parallelism Discovery Tool</a></li>
@@ -77,6 +78,34 @@
</div>
<!--=========================================================================-->
+<div class="www_subsection">
+ <a name="codasip">Codasip Studio</a>
+</div>
+
+<div class="www_subsubsection">
+ By <a href="https://www.codasip.com/">Codasip Ltd.</a>
+</div>
+
+<div class="www_text">
+ <p>
+ Codasip Studio is a highly automated development environment that covers all
+ aspects of Application Specific Instruction-set Processor (ASIP) design
+ including LLVM-based C/C++ compiler generation.
+
+ Starting with a high-level description of a processor written in CodAL
+ (Codasip's processor description language), users are able to generate the
+ design implementation, verification environment, virtual system prototype,
+ and complete redistributable programming environment.
+
+ Codasip Studio includes a compiler backend generator that analyses the CodAL
+ description and then automatically generates sources for an LLVM backend with
+ support of numerous extensions for ASIP programming. This way, users are able
+ to generate a working C/C++ compiler for their specific architecture within
+ several days.
+ </p>
+</div>
+
+<!--=========================================================================-->
<div class="www_subsection">
<a name="pony">Pony Programming Language</a>
</div>
More information about the llvm-commits
mailing list