# Checkout the right version cd /home/tanishq/Documents/ARA_new/ara/toolchain/verilator && git reset --hard && git fetch && git checkout v4.214 HEAD is now at 8f090176a Version bump HEAD is now at 8f090176a Version bump # Compile verilator cd /home/tanishq/Documents/ARA_new/ara/toolchain/verilator && git clean -xfdf && autoconf && \ CC=clang CXX=clang++ CXXFLAGS="" LDFLAGS="" \ ./configure --prefix=/home/tanishq/Documents/ARA_new/ara/install/verilator && make -j8 && make install Removing Makefile Removing autom4te.cache/ Removing bin/verilator_coverage_bin_dbg Removing config.log Removing config.status Removing configure Removing include/verilated.mk Removing include/verilated_config.h Removing src/Makefile Removing src/Makefile_obj Removing src/config_build.h Removing src/config_rev.h Removing src/obj_dbg/ Removing src/obj_opt/ Removing verilator-config-version.cmake Removing verilator-config.cmake Removing verilator.1 Removing verilator.pc Removing verilator_coverage.1 configure.ac:17: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:17: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:17: the top level configuring for Verilator 4.214 2021-10-17 checking whether to perform partial static linking of Verilator binary... yes checking whether to use tcmalloc... check checking whether to use -m32... no checking whether to build for coverage collection... no checking whether to use hardcoded paths... yes checking whether to show and stop on compilation warnings... no checking whether to run long tests... no checking for gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether the compiler supports GNU C++... yes checking whether clang++ accepts -g... yes checking for clang++ option to enable C++11 features... none needed checking for a BSD-compatible install... /usr/bin/install -c compiler is clang++ --version = Ubuntu clang version 14.0.0-1ubuntu1.1 checking that C++ compiler can compile simple program... yes checking for ar... ar checking for perl... /usr/bin/perl checking for python3... /usr/bin/python3 checking for flex... /usr/bin/flex /usr/bin/flex --version = flex 2.6.4 checking for bison... /usr/bin/bison /usr/bin/bison --version = bison (GNU Bison) 3.8.2 checking for ccache... ccache objcache is ccache --version = ccache version 4.5.1 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for size_t... yes checking for size_t... (cached) yes checking for inline... inline checking whether clang++ accepts -pg... yes checking whether clang++ accepts -std=gnu++14... yes checking whether clang++ accepts -Wextra... yes checking whether clang++ accepts -Wfloat-conversion... yes checking whether clang++ accepts -Wlogical-op... no checking whether clang++ accepts -Wthread-safety... yes checking whether clang++ accepts -Qunused-arguments... yes checking whether clang++ accepts -faligned-new... yes checking whether clang++ accepts -Wno-unused-parameter... yes checking whether clang++ accepts -Wno-shadow... yes checking whether clang++ accepts -Wno-char-subscripts... yes checking whether clang++ accepts -Wno-null-conversion... yes checking whether clang++ accepts -Wno-parentheses-equality... yes checking whether clang++ accepts -Wno-unused... yes checking whether clang++ accepts -Og... yes checking whether clang++ accepts -ggdb... yes checking whether clang++ accepts -gz... yes checking whether clang++ linker accepts -gz... yes checking whether clang++ accepts -faligned-new... yes checking whether clang++ accepts -fbracket-depth=4096... yes checking whether clang++ accepts -fcf-protection=none... yes checking whether clang++ accepts -mno-cet... no checking whether clang++ accepts -Qunused-arguments... yes checking whether clang++ accepts -Wno-bool-operation... yes checking whether clang++ accepts -Wno-tautological-bitwise-compare... yes checking whether clang++ accepts -Wno-parentheses-equality... yes checking whether clang++ accepts -Wno-sign-compare... yes checking whether clang++ accepts -Wno-uninitialized... yes checking whether clang++ accepts -Wno-unused-but-set-variable... yes checking whether clang++ accepts -Wno-unused-parameter... yes checking whether clang++ accepts -Wno-unused-variable... yes checking whether clang++ accepts -Wno-shadow... yes checking whether clang++ linker accepts -mt... no checking whether clang++ linker accepts -pthread... yes checking whether clang++ linker accepts -lpthread... yes checking whether clang++ linker accepts -latomic... yes checking whether clang++ linker accepts -static-libgcc... yes checking whether clang++ linker accepts -static-libstdc++... yes checking whether clang++ linker accepts -Xlinker -gc-sections... yes checking whether clang++ linker accepts -lpthread... yes checking whether clang++ linker accepts -lbcrypt... no checking whether clang++ linker accepts -lpsapi... no checking whether clang++ linker accepts -l:libtcmalloc_minimal.a... yes checking whether clang++ accepts -fno-builtin-malloc... yes checking whether clang++ accepts -fno-builtin-calloc... yes checking whether clang++ accepts -fno-builtin-realloc... yes checking whether clang++ accepts -fno-builtin-free... yes checking whether clang++ supports C++11... yes checking for struct stat.st_mtim.tv_nsec... yes checking whether SystemC is found (in system path)... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/Makefile_obj config.status: creating include/verilated.mk config.status: creating include/verilated_config.h config.status: creating verilator.pc config.status: creating verilator-config.cmake config.status: creating verilator-config-version.cmake config.status: creating src/config_build.h Now type 'make' (or sometimes 'gmake') to build Verilator. make[1]: Entering directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator' pod2man bin/verilator verilator.1 ------------------------------------------------------------ pod2man bin/verilator_coverage verilator_coverage.1 making verilator in src make -C src make[2]: Entering directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src' mkdir -p obj_dbg /usr/bin/python3 ./config_rev . >config_rev.h mkdir -p obj_opt make -C obj_dbg -j 1 TGT=../../bin/verilator_bin_dbg VL_DEBUG=1 -f ../Makefile_obj serial make -C obj_dbg TGT=../../bin/verilator_coverage_bin_dbg VL_DEBUG=1 VL_VLCOV=1 -f ../Makefile_obj serial_vlcov make -C obj_opt -j 1 TGT=../../bin/verilator_bin -f ../Makefile_obj serial make[3]: Entering directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src' make[3]: warning: -j1 forced in submake: resetting jobserver mode. /usr/bin/python3 ../astgen -I .. --classes make[3]: Entering directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_dbg' /usr/bin/python3 ../vlcovgen --srcdir .. make[3]: Entering directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src' make[3]: warning: -j1 forced in submake: resetting jobserver mode. /usr/bin/python3 ../astgen -I .. --classes touch vlcovgen.d make[3]: Leaving directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_dbg' make -C obj_dbg TGT=../../bin/verilator_coverage_bin_dbg VL_DEBUG=1 VL_VLCOV=1 -f ../Makefile_obj make[3]: Entering directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_dbg' ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../VlcMain.cpp -o VlcMain.o Compile flags: clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC="" -DDEFENV_SYSTEMC_ARCH="" -DDEFENV_SYSTEMC_INCLUDE="" -DDEFENV_SYSTEMC_LIBDIR="" -DDEFENV_VERILATOR_ROOT="/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator" Linking ../../bin/verilator_coverage_bin_dbg... clang++ -gz -static-libgcc -static-libstdc++ -Xlinker -gc-sections -o ../../bin/verilator_coverage_bin_dbg VlcMain.o -l:libtcmalloc_minimal.a -lpthread -lm make[3]: Leaving directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_dbg' If you get errors from verilog.y below, try upgrading bison to version 1.875 or newer. /usr/bin/python3 ../bisonpre --yacc /usr/bin/bison -d -v -o V3ParseBison.c ../verilog.y If you get errors from verilog.y below, try upgrading bison to version 1.875 or newer. /usr/bin/python3 ../bisonpre --yacc /usr/bin/bison -d -v -o V3ParseBison.c ../verilog.y edit ../verilog.y V3ParseBison_pretmp.y /usr/bin/bison -d -v --report=itemset --report=lookahead -b V3ParseBison_pretmp -o V3ParseBison_pretmp.c V3ParseBison_pretmp.y edit V3ParseBison_pretmp.output V3ParseBison.output edit V3ParseBison_pretmp.c V3ParseBison.c edit V3ParseBison_pretmp.h V3ParseBison.h make[3]: Leaving directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_opt' make -C obj_opt TGT=../../bin/verilator_bin -f ../Makefile_obj make[3]: Entering directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_opt' ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../Verilator.cpp -o Verilator.o Compile flags: clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC="" -DDEFENV_SYSTEMC_ARCH="" -DDEFENV_SYSTEMC_INCLUDE="" -DDEFENV_SYSTEMC_LIBDIR="" -DDEFENV_VERILATOR_ROOT="/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator" ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Active.cpp -o V3Active.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3ActiveTop.cpp -o V3ActiveTop.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Assert.cpp -o V3Assert.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3AssertPre.cpp -o V3AssertPre.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Ast.cpp -o V3Ast.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3AstNodes.cpp -o V3AstNodes.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Begin.cpp -o V3Begin.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Branch.cpp -o V3Branch.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Broken.cpp -o V3Broken.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3CCtors.cpp -o V3CCtors.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3CUse.cpp -o V3CUse.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Case.cpp -o V3Case.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Cast.cpp -o V3Cast.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Cdc.cpp -o V3Cdc.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Changed.cpp -o V3Changed.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Class.cpp -o V3Class.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Clean.cpp -o V3Clean.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Clock.cpp -o V3Clock.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Combine.cpp -o V3Combine.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Common.cpp -o V3Common.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Config.cpp -o V3Config.o /usr/bin/python3 ../astgen -I .. V3Const.cpp ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Coverage.cpp -o V3Coverage.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3CoverageJoin.cpp -o V3CoverageJoin.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Dead.cpp -o V3Dead.o edit ../verilog.y V3ParseBison_pretmp.y /usr/bin/bison -d -v --report=itemset --report=lookahead -b V3ParseBison_pretmp -o V3ParseBison_pretmp.c V3ParseBison_pretmp.y edit V3ParseBison_pretmp.output V3ParseBison.output edit V3ParseBison_pretmp.c V3ParseBison.c edit V3ParseBison_pretmp.h V3ParseBison.h ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Delayed.cpp -o V3Delayed.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Depth.cpp -o V3Depth.o make[3]: Leaving directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_dbg' make -C obj_dbg TGT=../../bin/verilator_bin_dbg VL_DEBUG=1 -f ../Makefile_obj ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3DepthBlock.cpp -o V3DepthBlock.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Descope.cpp -o V3Descope.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3DupFinder.cpp -o V3DupFinder.o make[3]: Entering directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_dbg' ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../Verilator.cpp -o Verilator.o Compile flags: clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC="" -DDEFENV_SYSTEMC_ARCH="" -DDEFENV_SYSTEMC_INCLUDE="" -DDEFENV_SYSTEMC_LIBDIR="" -DDEFENV_VERILATOR_ROOT="/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator" ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Active.cpp -o V3Active.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCBase.cpp -o V3EmitCBase.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3ActiveTop.cpp -o V3ActiveTop.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Assert.cpp -o V3Assert.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCConstPool.cpp -o V3EmitCConstPool.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCFunc.cpp -o V3EmitCFunc.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCHeaders.cpp -o V3EmitCHeaders.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3AssertPre.cpp -o V3AssertPre.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Ast.cpp -o V3Ast.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCImp.cpp -o V3EmitCImp.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3AstNodes.cpp -o V3AstNodes.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCInlines.cpp -o V3EmitCInlines.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCMain.cpp -o V3EmitCMain.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Begin.cpp -o V3Begin.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Branch.cpp -o V3Branch.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCMake.cpp -o V3EmitCMake.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Broken.cpp -o V3Broken.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCModel.cpp -o V3EmitCModel.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCSyms.cpp -o V3EmitCSyms.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3CCtors.cpp -o V3CCtors.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitMk.cpp -o V3EmitMk.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3CUse.cpp -o V3CUse.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Case.cpp -o V3Case.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitV.cpp -o V3EmitV.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Cast.cpp -o V3Cast.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Cdc.cpp -o V3Cdc.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitXml.cpp -o V3EmitXml.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Changed.cpp -o V3Changed.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Error.cpp -o V3Error.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Class.cpp -o V3Class.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Expand.cpp -o V3Expand.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Clean.cpp -o V3Clean.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3File.cpp -o V3File.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Clock.cpp -o V3Clock.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Combine.cpp -o V3Combine.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3FileLine.cpp -o V3FileLine.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Common.cpp -o V3Common.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Gate.cpp -o V3Gate.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GenClk.cpp -o V3GenClk.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Config.cpp -o V3Config.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Global.cpp -o V3Global.o /usr/bin/python3 ../astgen -I .. V3Const.cpp ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Graph.cpp -o V3Graph.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Coverage.cpp -o V3Coverage.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphAlg.cpp -o V3GraphAlg.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphAcyc.cpp -o V3GraphAcyc.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3CoverageJoin.cpp -o V3CoverageJoin.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Dead.cpp -o V3Dead.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphDfa.cpp -o V3GraphDfa.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphPathChecker.cpp -o V3GraphPathChecker.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Delayed.cpp -o V3Delayed.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphTest.cpp -o V3GraphTest.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Depth.cpp -o V3Depth.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Hash.cpp -o V3Hash.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3DepthBlock.cpp -o V3DepthBlock.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Hasher.cpp -o V3Hasher.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3HierBlock.cpp -o V3HierBlock.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Descope.cpp -o V3Descope.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Inline.cpp -o V3Inline.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3DupFinder.cpp -o V3DupFinder.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Inst.cpp -o V3Inst.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3InstrCount.cpp -o V3InstrCount.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCBase.cpp -o V3EmitCBase.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Life.cpp -o V3Life.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LifePost.cpp -o V3LifePost.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCConstPool.cpp -o V3EmitCConstPool.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCFunc.cpp -o V3EmitCFunc.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkCells.cpp -o V3LinkCells.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkDot.cpp -o V3LinkDot.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCHeaders.cpp -o V3EmitCHeaders.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkJump.cpp -o V3LinkJump.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCImp.cpp -o V3EmitCImp.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkInc.cpp -o V3LinkInc.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCInlines.cpp -o V3EmitCInlines.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkLValue.cpp -o V3LinkLValue.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCMain.cpp -o V3EmitCMain.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkLevel.cpp -o V3LinkLevel.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCMake.cpp -o V3EmitCMake.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCModel.cpp -o V3EmitCModel.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkParse.cpp -o V3LinkParse.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkResolve.cpp -o V3LinkResolve.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitCSyms.cpp -o V3EmitCSyms.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Localize.cpp -o V3Localize.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitMk.cpp -o V3EmitMk.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3MergeCond.cpp -o V3MergeCond.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitV.cpp -o V3EmitV.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Name.cpp -o V3Name.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3EmitXml.cpp -o V3EmitXml.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Number.cpp -o V3Number.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Error.cpp -o V3Error.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3OptionParser.cpp -o V3OptionParser.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Expand.cpp -o V3Expand.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Options.cpp -o V3Options.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3File.cpp -o V3File.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Order.cpp -o V3Order.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3FileLine.cpp -o V3FileLine.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Os.cpp -o V3Os.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Gate.cpp -o V3Gate.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GenClk.cpp -o V3GenClk.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Param.cpp -o V3Param.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Global.cpp -o V3Global.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Partition.cpp -o V3Partition.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Graph.cpp -o V3Graph.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3PreShell.cpp -o V3PreShell.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphAlg.cpp -o V3GraphAlg.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Premit.cpp -o V3Premit.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3ProtectLib.cpp -o V3ProtectLib.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphAcyc.cpp -o V3GraphAcyc.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphDfa.cpp -o V3GraphDfa.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Randomize.cpp -o V3Randomize.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Reloop.cpp -o V3Reloop.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphPathChecker.cpp -o V3GraphPathChecker.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Scope.cpp -o V3Scope.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3GraphTest.cpp -o V3GraphTest.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Scoreboard.cpp -o V3Scoreboard.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Hash.cpp -o V3Hash.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Slice.cpp -o V3Slice.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Hasher.cpp -o V3Hasher.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Split.cpp -o V3Split.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3HierBlock.cpp -o V3HierBlock.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3SplitAs.cpp -o V3SplitAs.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Inline.cpp -o V3Inline.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3SplitVar.cpp -o V3SplitVar.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Inst.cpp -o V3Inst.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Stats.cpp -o V3Stats.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3StatsReport.cpp -o V3StatsReport.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3InstrCount.cpp -o V3InstrCount.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3String.cpp -o V3String.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Life.cpp -o V3Life.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Subst.cpp -o V3Subst.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LifePost.cpp -o V3LifePost.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Table.cpp -o V3Table.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkCells.cpp -o V3LinkCells.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Task.cpp -o V3Task.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkDot.cpp -o V3LinkDot.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Trace.cpp -o V3Trace.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3TraceDecl.cpp -o V3TraceDecl.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkJump.cpp -o V3LinkJump.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkInc.cpp -o V3LinkInc.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkLValue.cpp -o V3LinkLValue.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Tristate.cpp -o V3Tristate.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkLevel.cpp -o V3LinkLevel.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3TSP.cpp -o V3TSP.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkParse.cpp -o V3LinkParse.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Undriven.cpp -o V3Undriven.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Unknown.cpp -o V3Unknown.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3LinkResolve.cpp -o V3LinkResolve.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Unroll.cpp -o V3Unroll.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Localize.cpp -o V3Localize.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3VariableOrder.cpp -o V3VariableOrder.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3MergeCond.cpp -o V3MergeCond.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Waiver.cpp -o V3Waiver.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Name.cpp -o V3Name.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Width.cpp -o V3Width.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3WidthSel.cpp -o V3WidthSel.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Number.cpp -o V3Number.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3ParseImp.cpp -o V3ParseImp.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3OptionParser.cpp -o V3OptionParser.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Options.cpp -o V3Options.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3ParseGrammar.cpp -o V3ParseGrammar.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Order.cpp -o V3Order.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Os.cpp -o V3Os.o /usr/bin/flex --version /usr/bin/flex --version flex 2.6.4 ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Param.cpp -o V3Param.o /usr/bin/flex -d -oV3Lexer_pregen.yy.cpp ../verilog.l ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Partition.cpp -o V3Partition.o flex 2.6.4 /usr/bin/flex -d -oV3PreLex_pregen.yy.cpp ../V3PreLex.l ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3PreShell.cpp -o V3PreShell.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Premit.cpp -o V3Premit.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3ProtectLib.cpp -o V3ProtectLib.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Randomize.cpp -o V3Randomize.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Reloop.cpp -o V3Reloop.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c V3Const__gen.cpp -o V3Const__gen.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Scope.cpp -o V3Scope.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Scoreboard.cpp -o V3Scoreboard.o /usr/bin/python3 ../flexfix V3PreLex V3PreLex.yy.cpp ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Slice.cpp -o V3Slice.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Split.cpp -o V3Split.o /usr/bin/python3 ../flexfix V3Lexer V3Lexer.yy.cpp ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3SplitAs.cpp -o V3SplitAs.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3SplitVar.cpp -o V3SplitVar.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Stats.cpp -o V3Stats.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3StatsReport.cpp -o V3StatsReport.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3String.cpp -o V3String.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Subst.cpp -o V3Subst.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Table.cpp -o V3Table.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Task.cpp -o V3Task.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Trace.cpp -o V3Trace.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3PreProc.cpp -o V3PreProc.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3TraceDecl.cpp -o V3TraceDecl.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Tristate.cpp -o V3Tristate.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3TSP.cpp -o V3TSP.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Undriven.cpp -o V3Undriven.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Unknown.cpp -o V3Unknown.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Unroll.cpp -o V3Unroll.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3VariableOrder.cpp -o V3VariableOrder.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Waiver.cpp -o V3Waiver.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3Width.cpp -o V3Width.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c ../V3WidthSel.cpp -o V3WidthSel.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3ParseImp.cpp -o V3ParseImp.o ccache clang++ -O2 -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3ParseLex.cpp -o V3ParseLex.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3ParseGrammar.cpp -o V3ParseGrammar.o /usr/bin/flex --version /usr/bin/flex --version flex 2.6.4 /usr/bin/flex -d -oV3Lexer_pregen.yy.cpp ../verilog.l flex 2.6.4 /usr/bin/flex -d -oV3PreLex_pregen.yy.cpp ../V3PreLex.l ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -c V3Const__gen.cpp -o V3Const__gen.o /usr/bin/python3 ../flexfix V3PreLex V3PreLex.yy.cpp /usr/bin/python3 ../flexfix V3Lexer V3Lexer.yy.cpp ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3PreProc.cpp -o V3PreProc.o ccache clang++ -Og -ggdb -gz -DVL_DEBUG -D_GLIBCXX_DEBUG -MMD -I. -I.. -I.. -I../../include -I../../include -MP -Qunused-arguments -faligned-new -Wno-unused-parameter -Wno-shadow -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -DDEFENV_SYSTEMC=\"\" -DDEFENV_SYSTEMC_ARCH=\"\" -DDEFENV_SYSTEMC_INCLUDE=\"\" -DDEFENV_SYSTEMC_LIBDIR=\"\" -DDEFENV_VERILATOR_ROOT=\"/home/tanishq/Documents/ARA_new/ara/install/verilator/share/verilator\" -Wno-char-subscripts -Wno-null-conversion -Wno-parentheses-equality -Wno-unused -c ../V3ParseLex.cpp -o V3ParseLex.o ../V3Const.cpp:342:22: error: no member named 'unique_ptr' in namespace 'std' std::vector> m_varInfos; // VarInfo for each variable, [0] is nullptr ~~~~~^ ../V3Const.cpp:342:33: error: 'VarInfo' does not refer to a value std::vector> m_varInfos; // VarInfo for each variable, [0] is nullptr ^ ../V3Const.cpp:187:11: note: declared here class VarInfo final { ^ ../V3Const.cpp:342:41: error: expected member name or ';' after declaration specifiers std::vector> m_varInfos; // VarInfo for each variable, [0] is nullptr ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ../V3Const.cpp:375:23: error: use of undeclared identifier 'm_varInfos' baseIdx = m_varInfos.size(); ^ ../V3Const.cpp:378:13: error: use of undeclared identifier 'm_varInfos' m_varInfos.resize(m_varInfos.size() + numWords); ^ ../V3Const.cpp:378:31: error: use of undeclared identifier 'm_varInfos' m_varInfos.resize(m_varInfos.size() + numWords); ^ ../V3Const.cpp:382:29: error: use of undeclared identifier 'm_varInfos'; did you mean 'varInfop'? VarInfo* varInfop = m_varInfos[idx].get(); ^~~~~~~~~~ varInfop ../V3Const.cpp:382:18: note: 'varInfop' declared here VarInfo* varInfop = m_varInfos[idx].get(); ^ ../V3Const.cpp:382:45: error: no member named 'get' in 'ConstBitOpTreeVisitor::VarInfo' VarInfo* varInfop = m_varInfos[idx].get(); ~~~~~~~~~~~~~~~ ^ ../V3Const.cpp:385:13: error: use of undeclared identifier 'm_varInfos'; did you mean 'varInfop'? m_varInfos[idx].reset(varInfop); ^~~~~~~~~~ varInfop ../V3Const.cpp:382:18: note: 'varInfop' declared here VarInfo* varInfop = m_varInfos[idx].get(); ^ ../V3Const.cpp:385:29: error: no member named 'reset' in 'ConstBitOpTreeVisitor::VarInfo' m_varInfos[idx].reset(varInfop); ~~~~~~~~~~~~~~~ ^ ../V3Const.cpp:607:9: error: use of undeclared identifier 'm_varInfos' m_varInfos.push_back(nullptr); ^ ../V3Const.cpp:642:41: error: no member named 'm_varInfos' in 'ConstBitOpTreeVisitor' if (visitor.m_failed || visitor.m_varInfos.size() == 1) return nullptr; ~~~~~~~ ^ ../V3Const.cpp:652:32: error: no member named 'm_varInfos' in 'ConstBitOpTreeVisitor' termps.reserve(visitor.m_varInfos.size() - 1); ~~~~~~~ ^ ../V3Const.cpp:657:33: error: no member named 'm_varInfos' in 'ConstBitOpTreeVisitor' for (auto&& v : visitor.m_varInfos) { ~~~~~~~ ^ 14 errors generated. make[3]: *** [../Makefile_obj:301: V3Const__gen.o] Error 1 make[3]: Leaving directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_opt' make[2]: *** [Makefile:60: ../bin/verilator_bin] Error 2 make[2]: *** Waiting for unfinished jobs.... ../V3Const.cpp:342:22: error: no member named 'unique_ptr' in namespace 'std' std::vector> m_varInfos; // VarInfo for each variable, [0] is nullptr ~~~~~^ ../V3Const.cpp:342:33: error: 'VarInfo' does not refer to a value std::vector> m_varInfos; // VarInfo for each variable, [0] is nullptr ^ ../V3Const.cpp:187:11: note: declared here class VarInfo final { ^ ../V3Const.cpp:342:41: error: expected member name or ';' after declaration specifiers std::vector> m_varInfos; // VarInfo for each variable, [0] is nullptr ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ../V3Const.cpp:375:23: error: use of undeclared identifier 'm_varInfos' baseIdx = m_varInfos.size(); ^ ../V3Const.cpp:378:13: error: use of undeclared identifier 'm_varInfos' m_varInfos.resize(m_varInfos.size() + numWords); ^ ../V3Const.cpp:378:31: error: use of undeclared identifier 'm_varInfos' m_varInfos.resize(m_varInfos.size() + numWords); ^ ../V3Const.cpp:382:29: error: use of undeclared identifier 'm_varInfos'; did you mean 'varInfop'? VarInfo* varInfop = m_varInfos[idx].get(); ^~~~~~~~~~ varInfop ../V3Const.cpp:382:18: note: 'varInfop' declared here VarInfo* varInfop = m_varInfos[idx].get(); ^ ../V3Const.cpp:382:45: error: no member named 'get' in 'ConstBitOpTreeVisitor::VarInfo' VarInfo* varInfop = m_varInfos[idx].get(); ~~~~~~~~~~~~~~~ ^ ../V3Const.cpp:385:13: error: use of undeclared identifier 'm_varInfos'; did you mean 'varInfop'? m_varInfos[idx].reset(varInfop); ^~~~~~~~~~ varInfop ../V3Const.cpp:382:18: note: 'varInfop' declared here VarInfo* varInfop = m_varInfos[idx].get(); ^ ../V3Const.cpp:385:29: error: no member named 'reset' in 'ConstBitOpTreeVisitor::VarInfo' m_varInfos[idx].reset(varInfop); ~~~~~~~~~~~~~~~ ^ ../V3Const.cpp:607:9: error: use of undeclared identifier 'm_varInfos' m_varInfos.push_back(nullptr); ^ ../V3Const.cpp:642:41: error: no member named 'm_varInfos' in 'ConstBitOpTreeVisitor' if (visitor.m_failed || visitor.m_varInfos.size() == 1) return nullptr; ~~~~~~~ ^ ../V3Const.cpp:652:32: error: no member named 'm_varInfos' in 'ConstBitOpTreeVisitor' termps.reserve(visitor.m_varInfos.size() - 1); ~~~~~~~ ^ ../V3Const.cpp:657:33: error: no member named 'm_varInfos' in 'ConstBitOpTreeVisitor' for (auto&& v : visitor.m_varInfos) { ~~~~~~~ ^ 14 errors generated. make[3]: *** [../Makefile_obj:301: V3Const__gen.o] Error 1 make[3]: Leaving directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src/obj_dbg' make[2]: *** [Makefile:66: ../bin/verilator_bin_dbg] Error 2 make[2]: Leaving directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator/src' make[1]: *** [Makefile:141: verilator_exe] Error 2 make[1]: Leaving directory '/home/tanishq/Documents/ARA_new/ara/toolchain/verilator' make: *** [Makefile:168: /home/tanishq/Documents/ARA_new/ara/install/verilator] Error 2