update latest version of SCC
This commit is contained in:
@@ -13,11 +13,11 @@ add_executable (simple_system
|
||||
# Link the executable to the sc_components library. Since the sc_components library has
|
||||
# public include directories we will use those link directories when building
|
||||
# simple_system
|
||||
target_link_libraries (simple_system LINK_PUBLIC sc-components)
|
||||
target_link_libraries (simple_system LINK_PUBLIC ${SystemC_LIBRARIES})
|
||||
target_link_libraries (simple_system LINK_PUBLIC ${SCV_LIBRARIES})
|
||||
target_link_libraries (simple_system LINK_PUBLIC scc)
|
||||
#target_link_libraries (simple_system LINK_PUBLIC ${SystemC_LIBRARIES})
|
||||
#target_link_libraries (simple_system LINK_PUBLIC ${SCV_LIBRARIES})
|
||||
target_link_libraries (simple_system LINK_PUBLIC ${Boost_LIBRARIES} )
|
||||
target_link_libraries (simple_system LINK_PUBLIC ${CONAN_LIBS_LEVELDB})
|
||||
target_link_libraries (simple_system LINK_PUBLIC ${CMAKE_THREAD_LIBS_INIT})
|
||||
target_link_libraries (simple_system LINK_PUBLIC ${ZLIB_LIBRARY})
|
||||
target_link_libraries (simple_system LINK_PUBLIC ${CMAKE_DL_LIBS})
|
||||
#target_link_libraries (simple_system LINK_PUBLIC ${CONAN_LIBS_LEVELDB})
|
||||
#target_link_libraries (simple_system LINK_PUBLIC ${CMAKE_THREAD_LIBS_INIT})
|
||||
#target_link_libraries (simple_system LINK_PUBLIC ${ZLIB_LIBRARY})
|
||||
#target_link_libraries (simple_system LINK_PUBLIC ${CMAKE_DL_LIBS})
|
||||
|
@@ -39,11 +39,6 @@ const size_t ERROR_UNHANDLED_EXCEPTION = 2;
|
||||
} // namespace
|
||||
|
||||
int sc_main(int argc, char *argv[]) {
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// setup initial logging
|
||||
/////////////////////////////////////////////////////////////////////////// LOGGER(DEFAULT)::reporting_level() = l;
|
||||
LOGGER(DEFAULT)::reporting_level() = logging::INFO;
|
||||
LOGGER(SystemC)::reporting_level() = logging::INFO;
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// CLI argument parsing
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user