We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06e5a0 commit 12218a4Copy full SHA for 12218a4
template/mem_direct/Makefile
@@ -5,7 +5,7 @@ TOP_NAME?=
5
6
{% if __SIMULATOR__ == "verilator" %}
7
# Use the last VERILATOR_ROOT reported by `verilator -V`
8
-V_ROOT := $(shell verilator -V | grep ROOT | grep verilator | tail -n 1 | awk '{print $3}')
+V_ROOT := $(shell verilator -V | grep ROOT | grep verilator | tail -n 1 | awk '{print $$3}')
9
10
CXXFLAGS += -I ${V_ROOT}/include -I ${V_ROOT}/include/vltstd/ \
11
-I ../build/DPI${TOP_NAME} \
0 commit comments