Skip to content

Commit

Permalink
Submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrisko committed Oct 16, 2024
1 parent 7d21eb7 commit 4015d0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
path = import/bsg_manycore
url = https://github.com/bespoke-silicon-group/bsg_manycore
branch = master
[submodule "import/basejump_stl"]
path = import/basejump_stl
url = https://github.com/bespoke-silicon-group/basejump_stl
branch = master

[submodule "import/black-parrot-tools"]
path = import/black-parrot-tools
url = https://github.com/black-parrot/black-parrot-tools
Expand Down
3 changes: 1 addition & 2 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export SOFTWARE_IMPORT_DIR ?= $(IMPORT_DIR)
export SOFTWARE_INSTALL_DIR ?= $(SOFTWARE_DIR)/install
export SOFTWARE_WORK_DIR ?= $(SOFTWARE_INSTALL_DIR)/work

export BASEJUMP_STL_DIR ?= $(COSIM_IMPORT_DIR)/basejump_stl

export BLACKPARROT_DIR ?= $(COSIM_IMPORT_DIR)/black-parrot
export BLACKPARROT_TOOLS_DIR ?= $(COSIM_IMPORT_DIR)/black-parrot-tools
export BLACKPARROT_SUB_DIR ?= $(COSIM_IMPORT_DIR)/black-parrot-subsystems
Expand All @@ -49,6 +47,7 @@ export BP_TOP_DIR ?= $(BLACKPARROT_DIR)/bp_top
export BP_EXTERNAL_DIR ?= $(BLACKPARROT_DIR)/external
export BP_BASEJUMP_STL_DIR ?= $(BP_EXTERNAL_DIR)/basejump_stl
export HARDFLOAT_DIR ?= $(BP_EXTERNAL_DIR)/HardFloat
export BASEJUMP_STL_DIR ?= $(BP_BASEJUMP_STL_DIR)
# Override to zynq-parrot version
export BP_TOOLS_DIR ?= $(BLACKPARROT_TOOLS_DIR)
export BP_SDK_DIR ?= $(BLACKPARROT_SDK_DIR)
Expand Down
1 change: 0 additions & 1 deletion import/basejump_stl
Submodule basejump_stl deleted from 0b8ca3
2 changes: 1 addition & 1 deletion import/black-parrot
Submodule black-parrot updated 1 files
+1 −1 README.md

0 comments on commit 4015d0f

Please sign in to comment.