From e99cd2d55d681088c7db944dbba7e54d3c3d4169 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Tue, 28 Nov 2017 03:45:49 +0100 Subject: [PATCH] Fixed notion --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c0d7a8..802f5b3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# DBT-RISE-RiscV -Am instruction set simulator based on DBT-RISE implementing the Risc-V ISA +# DBT-RISE-RISCV +Am instruction set simulator based on DBT-RISE implementing the RISC-V ISA -**DBT-RISE-RiscV README** +**DBT-RISE-RISCV README** This is work in progress, so use at your own risk. Goal is to implement an open-source ISS which can easily embedded e.g. into SystemC Virtual Prototypes. It used code generation to allow easy extension and adaptation of the used instruction. -The Risc-V ISS reaches about 20MIPS at an Intel Core i7-2600K. +The RISC-V ISS reaches about 20MIPS at an Intel Core i7-2600K. The implementation is based on LLVM 4.0. Eclipse CDT 4.7 (Oxygen) is recommended as IDE. @@ -26,7 +26,7 @@ DBT-RISE-RiscV uses libGIS (https://github.com/vsergeev/libGIS) as well as ELFIO **Quick start** * you need to have a decent compiler, make, python, and cmake installed -* install LLVM 4.0 according to http://apt.llvm.org/ (if it is not already provided by your distribution) +* install LLVM 4.0 according to http://apt.llvm.org/ (if it is not already provided by your distribution e.g by Ubuntu 17.04) * install conan.io (see also http://docs.conan.io/en/latest/installation.html): ``` pip install conan @@ -48,4 +48,4 @@ DBT-RISE-RiscV uses libGIS (https://github.com/vsergeev/libGIS) as well as ELFIO ``` compiler.libcxx=libstdc++11 ``` -in $HOME/.conan/profiles/default \ No newline at end of file +in $HOME/.conan/profiles/default