update vtr to latest master, stops the segfault
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 8 Feb 2022 15:03:19 +0000 (15:03 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 8 Feb 2022 15:03:19 +0000 (15:03 +0000)
symbiflow-install

index c2370f528e4c04d87c0f0ee8746a9f9ff47884a9..5b451c4f4d1e500376d93f017a5e1ce6c69453e7 100755 (executable)
@@ -98,7 +98,7 @@ cd ..
 # 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
 
@@ -143,7 +143,7 @@ apt-get install -y libeigen3-dev
 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)
@@ -162,7 +162,7 @@ fi
 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 \