# TBB_VTR=3 --- Build TBB and build one vtr without TBB and another with TBB
# Choose vtr with TBB as default
-export TBB_VTR=3
+export TBB_VTR=0
## Steps to compile oneTBB
if [ $TBB_VTR != 1 ]; then
cd vtr-verilog-to-routing
-git checkout 77a3df829fdf509a76b9d7b941376f3835c2576a
+git checkout d15ed677472e5cc30e6b79717196ac61150652aa
mkdir build; cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/symbiflow/vtr ..
make -j $(nproc)
if [ $TBB_VTR != 0 ]; then
cd vtr-verilog-to-routing
-git checkout 77a3df829fdf509a76b9d7b941376f3835c2576a
+git checkout d15ed677472e5cc30e6b79717196ac61150652aa
mkdir build-tbb; cd build-tbb
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/symbiflow/vtr-tbb \
-DTBB_INCLUDE_DIR=/usr/local/symbiflow/oneTBB/include \