Compare commits
2 Commits
afdf8fb97f
...
3bc4884a9d
Author | SHA1 | Date | |
---|---|---|---|
3bc4884a9d | |||
fd6b738168 |
@ -166,10 +166,8 @@ install(TARGETS tgc-sim
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
project(dbt-rise-tgc_sc VERSION 1.0.0)
|
if(TARGET scc-sysc)
|
||||||
|
project(dbt-rise-tgc_sc VERSION 1.0.0)
|
||||||
include(SystemCPackage)
|
|
||||||
if(SystemC_FOUND)
|
|
||||||
add_library(${PROJECT_NAME} src/sysc/core_complex.cpp)
|
add_library(${PROJECT_NAME} src/sysc/core_complex.cpp)
|
||||||
target_compile_definitions(${PROJECT_NAME} PUBLIC WITH_SYSTEMC)
|
target_compile_definitions(${PROJECT_NAME} PUBLIC WITH_SYSTEMC)
|
||||||
target_compile_definitions(${PROJECT_NAME} PRIVATE CORE_${CORE_NAME})
|
target_compile_definitions(${PROJECT_NAME} PRIVATE CORE_${CORE_NAME})
|
||||||
|
@ -8,7 +8,7 @@ project("sotfloat" VERSION 3.0.0)
|
|||||||
# Set the version number of your project here (format is MAJOR.MINOR.PATCHLEVEL - e.g. 1.0.0)
|
# Set the version number of your project here (format is MAJOR.MINOR.PATCHLEVEL - e.g. 1.0.0)
|
||||||
set(VERSION "3e")
|
set(VERSION "3e")
|
||||||
|
|
||||||
include(Common)
|
#include(Common)
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
set(SPECIALIZATION RISCV)
|
set(SPECIALIZATION RISCV)
|
||||||
|
Reference in New Issue
Block a user