Skip to content

Commit 03f3dec

Browse files
authored
Merge pull request #2338 from verilog-to-routing/tatum_no_tbb
turn off tatum's TBB by default
2 parents 2f9b456 + 23b7d44 commit 03f3dec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/EXTERNAL/libtatum/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 3.16)
22

33
project("tatum")
44

5-
set(TATUM_EXECUTION_ENGINE "auto" CACHE STRING "Specify the framework for (potential) parallel execution")
5+
# Parallel tatum gives non-deterministic results. Use serial by default until resolved
6+
set(TATUM_EXECUTION_ENGINE "serial" CACHE STRING "Specify the framework for (potential) parallel execution")
67
set_property(CACHE TATUM_EXECUTION_ENGINE PROPERTY STRINGS auto serial tbb)
78

89
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")

0 commit comments

Comments
 (0)