Updated MakeFile path

This commit is contained in:
trmontgomery
2020-01-26 11:27:40 -05:00
parent 229d76ff23
commit 7abd355b05
49 changed files with 27510 additions and 3 deletions

2
rtl/cache/Makefile vendored
View File

@@ -2,7 +2,7 @@ all: RUNFILE
VERILATOR:
verilator --compiler gcc --Wno-UNOPTFLAT -Wall --trace -cc VX_d_cache_encapsulate.v -Iinterfaces/ --exe d_cache_test_bench.cpp -CFLAGS -std=c++11
verilator --compiler gcc --Wno-UNOPTFLAT -Wall --trace -cc VX_d_cache_encapsulate.v -Irtl --exe d_cache_test_bench.cpp -CFLAGS -std=c++11
RUNFILE: VERILATOR
(cd obj_dir && make -j -f VVX_d_cache_encapsulate.mk)

View File

@@ -1,5 +1,5 @@
`include "VX_define.v"
`include "../VX_define.v"
// `define NUM_WORDS_PER_BLOCK 4