From 5b873020b9c918540d245e13637d7d7a84d35b04 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 8 Feb 2022 15:03:19 +0000 Subject: [PATCH] update vtr to latest master, stops the segfault --- symbiflow-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/symbiflow-install b/symbiflow-install index c2370f5..5b451c4 100755 --- a/symbiflow-install +++ b/symbiflow-install @@ -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 \ -- 2.30.2