From 3ea96516656fc248a9aeae8fb646fd982ba26e4e Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Tue, 27 Mar 2018 19:49:11 +0200 Subject: [PATCH] Added use of CCI and support of LLVM 5.0 changed load_file to adhere to API change in DBT-RISE --- .cproject | 5 ++++- README.md | 1 + conanfile.txt | 9 +++++++-- dbt-core | 2 +- riscv.sc/CMakeLists.txt | 7 +++++++ riscv.sc/incl/sysc/SiFive/core_complex.h | 12 ++++++------ riscv.sc/incl/sysc/SiFive/gpio.h | 5 +++-- riscv.sc/incl/sysc/SiFive/uart.h | 4 ++-- riscv.sc/src/CMakeLists.txt | 3 +++ riscv.sc/src/sc_main.cpp | 9 +++++---- riscv.sc/src/sysc/core_complex.cpp | 21 ++++++++++++--------- riscv.sc/src/sysc/gpio.cpp | 4 ++-- riscv.sc/src/sysc/uart.cpp | 4 ++-- riscv/incl/iss/arch/riscv_hart_msu_vp.h | 7 ++++--- riscv/src/main.cpp | 2 +- sc-components | 2 +- 16 files changed, 61 insertions(+), 36 deletions(-) diff --git a/.cproject b/.cproject index 54f8083..8c80bd0 100644 --- a/.cproject +++ b/.cproject @@ -33,9 +33,12 @@ - + + + +