Skip to content

Commit 0ba5dfd

Browse files
routine maintenance for SystemC/Catapult flow (#271)
1 parent ee30e19 commit 0ba5dfd

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
[submodule "accelerators/catapult_hls/common/matchlib_toolkit"]
5151
path = accelerators/catapult_hls/common/matchlib_toolkit
5252
url = https://github.com/hlslibs/matchlib_toolkit.git
53+
branch = main
5354
[submodule "soft/common/drivers/common/utils/eigen"]
5455
path = soft/common/drivers/common/utils/eigen
5556
url = https://gitlab.com/libeigen/eigen.git

accelerators/catapult_hls/common/systemc.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ INCDIR += -I../../../common/matchlib_toolkit/examples/systemc-2.3.3/include
2727
INCDIR += -I../../../common/matchlib_toolkit/examples/systemc-2.3.3/src
2828
INCDIR += -I../../../common/matchlib_toolkit/examples/matchlib_connections/include
2929
INCDIR += -I../../../common/matchlib_toolkit/examples/matchlib/cmod/include
30-
INCDIR += -I../../../common/matchlib_toolkit/examples/preprocessor/include
30+
INCDIR += -I../../../common/matchlib_toolkit/examples/boost_home/include
3131
INCDIR += -I../../../common/matchlib_toolkit/examples/rapidjson/include
3232
INCDIR += -I../../../common/matchlib_toolkit/examples/ac_types/include
3333
INCDIR += -I../../../common/matchlib_toolkit/examples/ac_math/include

accelerators/catapult_hls/mac_sysc_catapult/hw/hls/build_prj.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ solution file add "../../../common/inc/esp_dma_info_sysc.hpp"
4343
solution file add "../inc/mac_conf_info.hpp"
4444
solution file add "../inc/mac.hpp"
4545
solution file add "../src/mac.cpp"
46-
solution file add "../inc/mac_specs.hpp"
4746
solution file add "../inc/mem_wrap.hpp"
47+
solution file add "../inc/mac_specs.hpp"
4848

4949
solution file set ../inc/mac_specs.hpp -args -DDMA_WIDTH=$DMA_WIDTH
5050

tools/accgen/templates/catapult_hls/scratchpad/hls/build_prj.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ solution file add "../../../common/inc/esp_dma_info_sysc.hpp"
5151
solution file add "../inc/accelerator_name_conf_info.hpp"
5252
solution file add "../inc/accelerator_name.hpp"
5353
solution file add "../src/accelerator_name.cpp"
54-
solution file add "../inc/accelerator_name_specs.hpp"
5554
solution file add "../inc/mem_wrap.hpp"
55+
solution file add "../inc/accelerator_name_specs.hpp"
5656

5757
solution file set ../inc/accelerator_name_specs.hpp -args -DDMA_WIDTH=$DMA_WIDTH
5858

utils/scripts/submodule_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ if [ ${INSTALL_STRATUS_INC} == 1 ]; then
107107
fi
108108

109109
if [ ${INSTALL_MATCHLIB} == 1 ]; then
110-
git submodule update --init --recursive accelerators/catapult_hls/common/matchlib_toolkit
110+
git submodule update --init --recursive --remote accelerators/catapult_hls/common/matchlib_toolkit
111111
fi
112112

113113
if [ ${INSTALL_CHISEL} == 1 ]; then

0 commit comments

Comments
 (0)