2 Commits

Author SHA1 Message Date
alex 247bed12ee updates submodules
Interp architectural test suite / Build and test interp backend (push) Successful in 6m24s
2024-03-24 13:03:02 +01:00
alex b7ee50dc21 removes debug messages 2024-03-24 12:57:46 +01:00
3 changed files with 6 additions and 3 deletions
+5
View File
@@ -10,6 +10,11 @@
*.log
*tcc_jit*.c
*.disass
*.dis
*.objdump
*.asm
*.signature
*.elf
*.trc
/*.core_desc
/fasterDecoding/
-2
View File
@@ -220,9 +220,7 @@ add_subdirectory(dbt-rise-core)
if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS" AND NOT USE_CWR_SYSTEMC)
set(SCC_CMAKE_CONFIG_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/scc)
add_subdirectory(scc/src/common)
message("blah")
else()
message("blub")
add_subdirectory(scc)
endif()
add_subdirectory(dbt-rise-tgc)