Refoctored to to move SystemC wrapper into riscv library

This commit is contained in:
2018-11-19 20:39:11 +01:00
parent a576fdf8e5
commit 58a446e6bc
7 changed files with 16 additions and 96 deletions

View File

@ -112,7 +112,6 @@ add_subdirectory(sc-components)
add_subdirectory(softfloat)
GET_DIRECTORY_PROPERTY(SOFTFLOAT_INCLUDE_DIRS DIRECTORY softfloat DEFINITION SOFTFLOAT_INCLUDE_DIRS)
add_subdirectory(riscv)
add_subdirectory(riscv.sc)
add_subdirectory(platform)
message(STATUS "Build Type: ${CMAKE_BUILD_TYPE}")