VCD Dumping,where the vcd file is saved?
(1)Is this function only available using the questasim tool?
(2)I run the following command.
cd ara
make -C apps bin/hello_world vcd_dump=1
make -C hardware simc app=hello_word vcd_dump=1
May I ask where the vcd file is saved? I did not send the generated vcd file to.
Well dumping in vcd IS supported by Verilator, and ideally replacing --trace-fst with --trace in this line should work.
But I get this issue when I try this:
quswarabid@quswarabid:~/ara/hardware(main)$ make clean && make verilate trace=1
Makefile:83: "Specified QuestaSim version (questa-2021.2) not found in PATH /home/quswarabid/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/quswarabid/ara/install/riscv-isa-sim/bin:/home/quswarabid/ara/install/riscv-gcc/bin:/home/quswarabid/.local/bin:~/.local"
rm -rf build
rm -f /home/quswarabid/ara/hardware/../hardware/bender
Makefile:83: "Specified QuestaSim version (questa-2021.2) not found in PATH /home/quswarabid/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/quswarabid/ara/install/riscv-isa-sim/bin:/home/quswarabid/ara/install/riscv-gcc/bin:/home/quswarabid/.local/bin:~/.local"
mkdir -p build
Successfully installed bender 0.27.3 in '/home/quswarabid/ara/hardware'.
bender 0.27.3 available.
rm -rf build/verilator; mkdir -p build/verilator
/home/quswarabid/ara/hardware/../hardware/bender script verilator -t rtl -t cv64a6_imafdcv_sv39 -t tech_cells_generic_include_tc_sram -t tech_cells_generic_include_tc_clk -t ara_test -t cva6_test -t verilator --define NR_LANES=4 --define VLEN=4096 --define ARIANE_ACCELERATOR_PORT=1 > build/verilator/bender_script_default
/home/quswarabid/ara/install/verilator/bin/verilator -f build/verilator/bender_script_default \
-GNrLanes=4 \
-O3 \
-Wno-fatal \
-Wno-PINCONNECTEMPTY \
-Wno-BLKANDNBLK \
-Wno-CASEINCOMPLETE \
-Wno-CMPCONST \
-Wno-LATCH \
-Wno-LITENDIAN \
-Wno-UNOPTFLAT \
-Wno-UNPACKED \
-Wno-UNSIGNED \
-Wno-WIDTH \
-Wno-WIDTHCONCAT \
-Wno-COMBDLY \
--hierarchical \
tb/verilator/waiver.vlt \
--Mdir build/verilator \
-Itb/dpi \
--compiler clang \
-CFLAGS "-DTOPLEVEL_NAME=ara_tb_verilator" \
-CFLAGS "-DNR_LANES=4" \
-CFLAGS -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_dpi/cpp \
-CFLAGS -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_verilator/cpp \
-CFLAGS -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp \
"" \
-LDFLAGS "-lelf" \
"" \
--exe \
/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_dpi/cpp/*.cc \
/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_verilator/cpp/*.cc \
/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp/*.cc \
/home/quswarabid/ara/hardware/tb/verilator/ara_tb.cpp \
--cc \
--trace -Wno-INSECURE \
--top-module ara_tb_verilator && \
cd build/verilator && OBJCACHE='' make -j4 -f Vara_tb_verilator.mk
make[1]: Entering directory '/home/quswarabid/ara/hardware/build/verilator'
make[2]: Entering directory '/home/quswarabid/ara/hardware'
/home/quswarabid/ara/install/verilator/bin/verilator -f build/verilator/Vlane_e_hierMkArgs.f
make[2]: Leaving directory '/home/quswarabid/ara/hardware'
make[2]: Entering directory '/home/quswarabid/ara/hardware'
/home/quswarabid/ara/install/verilator/bin/verilator -f build/verilator/Vara_tb_verilator_hierMkArgs.f
make[2]: Leaving directory '/home/quswarabid/ara/hardware'
make[1]: Leaving directory '/home/quswarabid/ara/hardware/build/verilator'
make[1]: Entering directory '/home/quswarabid/ara/hardware/build/verilator'
clang++ -I. -MMD -I/home/quswarabid/ara/install/verilator/share/verilator/include -I/home/quswarabid/ara/install/verilator/share/verilator/include/vltstd -DVM_COVERAGE=0 -DVM_SC=0 -DVM_TRACE=1 -DVM_TRACE_FST=0 -faligned-new -fbracket-depth=4096 -fcf-protection=none -Qunused-arguments -Wno-bool-operation -Wno-tautological-bitwise-compare -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow -DTOPLEVEL_NAME=ara_tb_verilator -DNR_LANES=4 -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_dpi/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_verilator/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp -std=gnu++14 -Os -c -o ara_tb.o /home/quswarabid/ara/hardware/tb/verilator/ara_tb.cpp
clang++ -I. -MMD -I/home/quswarabid/ara/install/verilator/share/verilator/include -I/home/quswarabid/ara/install/verilator/share/verilator/include/vltstd -DVM_COVERAGE=0 -DVM_SC=0 -DVM_TRACE=1 -DVM_TRACE_FST=0 -faligned-new -fbracket-depth=4096 -fcf-protection=none -Qunused-arguments -Wno-bool-operation -Wno-tautological-bitwise-compare -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow -DTOPLEVEL_NAME=ara_tb_verilator -DNR_LANES=4 -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_dpi/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_verilator/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp -std=gnu++14 -Os -c -o dpi_memutil.o /home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_dpi/cpp/dpi_memutil.cc
clang++ -I. -MMD -I/home/quswarabid/ara/install/verilator/share/verilator/include -I/home/quswarabid/ara/install/verilator/share/verilator/include/vltstd -DVM_COVERAGE=0 -DVM_SC=0 -DVM_TRACE=1 -DVM_TRACE_FST=0 -faligned-new -fbracket-depth=4096 -fcf-protection=none -Qunused-arguments -Wno-bool-operation -Wno-tautological-bitwise-compare -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow -DTOPLEVEL_NAME=ara_tb_verilator -DNR_LANES=4 -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_dpi/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_verilator/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp -std=gnu++14 -Os -c -o sv_scoped.o /home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_dpi/cpp/sv_scoped.cc
clang++ -I. -MMD -I/home/quswarabid/ara/install/verilator/share/verilator/include -I/home/quswarabid/ara/install/verilator/share/verilator/include/vltstd -DVM_COVERAGE=0 -DVM_SC=0 -DVM_TRACE=1 -DVM_TRACE_FST=0 -faligned-new -fbracket-depth=4096 -fcf-protection=none -Qunused-arguments -Wno-bool-operation -Wno-tautological-bitwise-compare -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow -DTOPLEVEL_NAME=ara_tb_verilator -DNR_LANES=4 -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_dpi/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_verilator/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp -std=gnu++14 -Os -c -o verilator_memutil.o /home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_verilator/cpp/verilator_memutil.cc
clang++ -I. -MMD -I/home/quswarabid/ara/install/verilator/share/verilator/include -I/home/quswarabid/ara/install/verilator/share/verilator/include/vltstd -DVM_COVERAGE=0 -DVM_SC=0 -DVM_TRACE=1 -DVM_TRACE_FST=0 -faligned-new -fbracket-depth=4096 -fcf-protection=none -Qunused-arguments -Wno-bool-operation -Wno-tautological-bitwise-compare -Wno-parentheses-equality -Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter -Wno-unused-variable -Wno-shadow -DTOPLEVEL_NAME=ara_tb_verilator -DNR_LANES=4 -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_dpi/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_memutil_verilator/cpp -I/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp -std=gnu++14 -Os -c -o verilated_toplevel.o /home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp/verilated_toplevel.cc
In file included from /home/quswarabid/ara/hardware/tb/verilator/ara_tb.cpp:12:
/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp/verilated_toplevel.h:147:36: error: cannot initialize a parameter of type 'VerilatedVcdC *' with an rvalue of type 'VerilatedFstC *'
VERILATED_TOPLEVEL_NAME::trace(static_cast<VM_TRACE_CLASS_NAME *>(tfp),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Vara_tb_verilator.h:70:31: note: passing argument to parameter 'tfp' here
void trace(VerilatedVcdC* tfp, int levels, int options = 0);
^
1 error generated.
make[1]: *** [Vara_tb_verilator.mk:77: ara_tb.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from /home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp/verilated_toplevel.cc:5:
/home/quswarabid/ara/hardware/tb/verilator/lowrisc_dv_verilator_simutil_verilator/cpp/verilated_toplevel.h:147:36: error: cannot initialize a parameter of type 'VerilatedVcdC *' with an rvalue of type 'VerilatedFstC *'
VERILATED_TOPLEVEL_NAME::trace(static_cast<VM_TRACE_CLASS_NAME *>(tfp),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Vara_tb_verilator.h:70:31: note: passing argument to parameter 'tfp' here
void trace(VerilatedVcdC* tfp, int levels, int options = 0);
^
1 error generated.
make[1]: *** [Vara_tb_verilator.mk:85: verilated_toplevel.o] Error 1
make[1]: Leaving directory '/home/quswarabid/ara/hardware/build/verilator'
make: *** [Makefile:187: build/verilator/Vara_tb_verilator] Error 2
quswarabid@quswarabid:~/ara/hardware(main)$
Hello @llhe110,
You can set up the vcd_path variable to specify a path for the .vcd file if you want it different from the default one (https://github.com/pulp-platform/ara/blob/main/hardware/Makefile#L76C3-L76C11).
cd ara
make -C apps bin/hello_world vcd_dump=1
make -C hardware simc app=hello_word vcd_dump=1 vcd_path=${your_fav_path}
I'll try with Verilator to see if it works as expected.
Let me know!
Best, Matteo
@llhe110 @quswarabid
Did it work for you ? If not what are the changes you did or any insights would be useful
@llhe110 @quswarabid
Did it work for you ? If not what are the changes you did or any insights would be useful
Hi @Tanishqgithub, I don't really remember, sorry. But you can request support from @mp-17 with more specific details regarding this issue.
Thanks,
Respected sir
Slightly unrelated to this issue .
I tried to contact you through this issue #260 https://github.com/pulp-platform/ara/issues/260 but as it is closed I am trying to reach here. This is regarding that issue only.
- For fst I tried the solution by changing -O3 to -O0 but the simulation sort of stopped midway as you said and gave this o/p : attached in "fst.txt".
and while viewing sim.fst in terminal :
***@***.***:~/Documents/ARA_new/ara$ gtkwave sim.fst
Gtk-Message: 08:07:46.919: Failed to load module "canberra-gtk-module"
GTKWave Analyzer v3.3.104 (w)1999-2020 BSI
GTKWAVE | Could not initialize 'sim.fst', exiting.
and by manually opening the sim.fst in the file location i could see only signals of CVA6
-
Along with this other query is how can i see the signals for the ARA [vector processor] only.
-
And in this same issue at last it is suggested to bump down verilator version to v4.214 , i did changes to make file and again ran ,
make verilator &> verilator_install_4.logand the error occured is in : attached in "verilator_install4.txt"
Can you please tell me how to encounter this issue and if the solution is bumping down the verilator version then please tell me what is the solution for the error i am occuring .
On Thu, Jul 4, 2024 at 12:09 AM Quswar Abid @.***> wrote:
@llhe110 https://github.com/llhe110 @quswarabid https://github.com/quswarabid
Did it work for you ? If not what are the changes you did or any insights would be useful
Hi @Tanishqgithub https://github.com/Tanishqgithub, I don't really remember, sorry. But you can request support from @mp-17 https://github.com/mp-17 with more specific details regarding this issue.
Thanks,
— Reply to this email directly, view it on GitHub https://github.com/pulp-platform/ara/issues/277#issuecomment-2206966467, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZ2DHSMQEKD7TOGJDU2IOHDZKRAM3AVCNFSM6AAAAABAZOPLQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBWHE3DMNBWG4 . You are receiving this because you were mentioned.Message ID: @.***>
Set `ram TOP.ara_tb_verilator.dut.i_ara_soc.i_dram 10 0x80000000 0x100000 write with offset: 0x0 write with size: 0x81ff8
Simulation of Ara
=================
Tracing can be toggled by sending SIGUSR1 to this process:
$ kill -USR1 2515
Tracing enabled.
Writing simulation traces to sim.fst
Simulation running, end by pressing CTRL-c.
=============
FMATMUL =
============
Calculating a (4 x 4) x (4 x 4) matrix multiplication...
alculating fmatmul...
The execution took 744 cycles.
he performance is 0.172043 FLOP/cycle (2.150538% utilization).
Calculating a (8 x 8) x (8 x 8) matrix multiplication...
Calculating fmatmul...
The execution took 931 cycles.
The performance is 1.099893 FLOP/cycle (13.748657% utilization).
Calculating a (16 x 16) x (16 x 16) matrix multiplication...
Calculating fmatmul...
The execution took 2593 cycles.
The performance is 3.159275 FLOP/cycle (39.490936% utilization).
Calculating a (32 x 32) x (32 x 32) matrix multiplication...
Calculating fmatmul...
The execution took 11446 cycles.
[121474] %Warning: ara_tb_verilator.sv:45: TOP.ara_tb_verilator: Core Test *** FAILED *** (tohost = 2)
- /home/tanishq/Documents/ARA_new/ara/hardware/tb/ara_tb_verilator.sv:52: Verilog $finish
Received $finish() from Verilog, shutting down simulation.
Simulation statistics
=====================
Executed cycles: ed41
Wallclock time: 147.126 s
Simulation speed: 412.823 cycles/s (0.412823 kHz)
Trace file size: 231eb5a B
You can view the simulation traces by calling
$ gtkwave sim.fst
make: *** [Makefile:232: simv] Error 2
make: Leaving directory '/home/tanishq/Documents/ARA_new/ara/hardware'
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/ta
Can't recreate this and debug this issue @Tanishqgithub I don't have this repo setup right now