File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ run: compile
48
48
verilate : ../../../../Briey.v
49
49
rm -f Briey.v* .bin
50
50
cp ../../../../Briey.v* .bin . | true
51
- verilator -cc ../../../../Briey.v -CFLAGS -std=c++11 ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-WIDTH -Wno-UNOPTFLAT --x-assign unique --exe main.cpp
51
+ verilator -cc ../../../../Briey.v ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-WIDTH -Wno-UNOPTFLAT --x-assign unique --exe main.cpp
52
52
53
53
compile : verilate
54
54
make -j -C obj_dir/ -f VBriey.mk VBriey
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ run: compile
31
31
verilate : ../../../../Murax.v
32
32
rm -f Murax.v* .bin
33
33
cp ../../../../Murax.v* .bin . | true
34
- verilator -I../../../.. -cc ../../../../Murax.v -CFLAGS -std=c++11 ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-WIDTH -Wno-UNOPTFLAT --x-assign unique --exe main.cpp
34
+ verilator -I../../../.. -cc ../../../../Murax.v ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-WIDTH -Wno-UNOPTFLAT --x-assign unique --exe main.cpp
35
35
36
36
compile : verilate
37
37
make -j -C obj_dir/ -f VMurax.mk VMurax
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ run: compile
350
350
351
351
verilate : ${VEXRISCV_FILE}
352
352
cp ${VEXRISCV_FILE} * .bin . | true
353
- verilator -cc ${VEXRISCV_FILE} -O3 -CFLAGS -std=c++11 - LDFLAGS -pthread ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-UNOPTFLAT -Wno-WIDTH --x-assign unique --exe main.cpp
353
+ verilator -cc ${VEXRISCV_FILE} -O3 -LDFLAGS -pthread ${ADDCFLAGS} --gdbbt ${VERILATOR_ARGS} -Wno-UNOPTFLAT -Wno-WIDTH --x-assign unique --exe main.cpp
354
354
355
355
compile : verilate
356
356
make -j${THREAD_COUNT} -C obj_dir/ -f VVexRiscv.mk VVexRiscv
You can’t perform that action at this time.
0 commit comments