[www] r246685 - Added paragraph markers to Codesip project description.
John Criswell via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 11:05:49 PDT 2015
Author: criswell
Date: Wed Sep 2 13:05:49 2015
New Revision: 246685
URL: http://llvm.org/viewvc/llvm-project?rev=246685&view=rev
Log:
Added paragraph markers to Codesip project description.
Fixed spelling error.
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=246685&r1=246684&r2=246685&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Wed Sep 2 13:05:49 2015
@@ -91,13 +91,17 @@
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.
+ </p>
+ <p>
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.
+ </p>
- Codasip Studio includes a compiler backend generator that analyses the CodAL
+ <p>
+ Codasip Studio includes a compiler backend generator that analyzes 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
More information about the llvm-commits
mailing list