Skip to content

Commit

Permalink
add Readme for artifact evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
yxd97 committed Nov 22, 2021
1 parent 12a8d72 commit a8a36fe
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions spmv_csim/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
PROJ_ROOT = ..
IMPL := float
IMPL := fixed

CXX := g++

CXXFLAGS += -Wall -O3 -std=c++14

CXXFLAGS += -I/work/shared/common/project_build/graphblas/software/cnpy
LDFLAGS += -L/work/shared/common/project_build/graphblas/software/cnpy/build -lcnpy
CXXFLAGS += -I$(CNPY_INCLUDE)
LDFLAGS += -L$(CNPY_LIB) -lcnpy

CXXFLAGS += -I/work/shared/common/project_build/graphblas/software/googletest/googletest/include
LDFLAGS += -L/work/shared/common/project_build/graphblas/software/googletest/build/lib -lgtest

CXXFLAGS += -I/opt/xilinx/Xilinx_Vivado_vitis_2020.2/Vitis_HLS/2020.2/include
CXXFLAGS += -I$(VITIS)/../../Vitis_HLS/2020.2/include
CXXFLAGS += -I$(PROJ_ROOT)/sw
CXXFLAGS += -I./csim_headers

Expand Down

0 comments on commit a8a36fe

Please sign in to comment.