diff --git a/.gitignore b/.gitignore index 9c5c39e..40e5fa7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,11 @@ *.o *.a *.lib +/*.log /*.txlog /*.vcd +/*.ftr +/*.fst /.vs /out /coverage.info diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f3fc38..6861e16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,6 +137,7 @@ find_package(gsl-lite) find_package(yaml-cpp) set(Boost_NO_BOOST_CMAKE ON) # Don't do a find_package in config mode before searching for a regular boost install. find_package(Boost REQUIRED COMPONENTS program_options QUIET) +include(SystemCPackage) set(CLANG_FORMAT_EXCLUDE_PATTERNS "scc") find_package(ClangFormat) diff --git a/scc b/scc index b2b62ba..7cf3d94 160000 --- a/scc +++ b/scc @@ -1 +1 @@ -Subproject commit b2b62baaf01d9cc5377d3cc2bf61746549366799 +Subproject commit 7cf3d94c133b000e9dd5d29b5b7da670a15f0859 diff --git a/tgc-iss/dbt-rise-core b/tgc-iss/dbt-rise-core index 61382ae..5ccc4eb 160000 --- a/tgc-iss/dbt-rise-core +++ b/tgc-iss/dbt-rise-core @@ -1 +1 @@ -Subproject commit 61382ae53b86a21654f48cf37e5e3bede8657b63 +Subproject commit 5ccc4eb9f804bf9933d6ed40d7c7964679107240 diff --git a/tgc-iss/dbt-rise-tgc b/tgc-iss/dbt-rise-tgc index 458c773..4418fa7 160000 --- a/tgc-iss/dbt-rise-tgc +++ b/tgc-iss/dbt-rise-tgc @@ -1 +1 @@ -Subproject commit 458c773e19f73d6caee4131987970b8746ff9900 +Subproject commit 4418fa7e4fd6af9884bf06ba67e40bad254a1aee diff --git a/vpvper b/vpvper index 2df18a1..2a3ec57 160000 --- a/vpvper +++ b/vpvper @@ -1 +1 @@ -Subproject commit 2df18a17549559131f52f9bcc90d3cef44aa4f5d +Subproject commit 2a3ec57906b8c5a1ab1cb146f214fe0b19aed564