Skip to content

Commit

Permalink
Move chisel submodule to the accelerators folder
Browse files Browse the repository at this point in the history
- `chisel` --> `accelerators/chisel/hw`
- update `CHISEL_PATH` in `accelerators.mk`
  • Loading branch information
davide-giri authored and paulmnt committed Dec 16, 2020
1 parent 5d32370 commit 19fb2dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
path = soft/leon3/linux
url = https://github.com/sld-columbia/linux.git
branch = leon3
[submodule "chisel"]
path = chisel
url = https://github.com/IBM/esp-chisel-accelerators.git
[submodule "accelerators/chisel/hw"]
path = accelerators/chisel/hw
url = https://github.com/sld-columbia/esp-chisel-accelerators.git
branch = restructuring
[submodule "accelerators/stratus_hls/common/syn-templates"]
path = accelerators/stratus_hls/common/syn-templates
url = https://github.com/sld-columbia/esp-accelerator-templates.git
Expand Down
1 change: 1 addition & 0 deletions accelerators/chisel/hw
Submodule hw added at 198d3f
1 change: 0 additions & 1 deletion chisel
Submodule chisel deleted from 999626
2 changes: 1 addition & 1 deletion utils/accelerators.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ HLS4ML_ACC-sim = $(addsuffix -sim, $(HLS4ML_ACC))
HLS4ML_ACC-plot = $(addsuffix -plot, $(HLS4ML_ACC))
HLS4ML_ACC-exe = $(addsuffix -exe, $(HLS4ML_ACC))

CHISEL_PATH = $(ESP_ROOT)/chisel
CHISEL_PATH = $(ESP_ROOT)/accelerators/chisel/hw
CHISEL_ACC_PATH = $(CHISEL_PATH)/src/main/scala/esp/examples
CHISEL_ACCELERATORS = $(shell ls $(CHISEL_ACC_PATH)/*.scala | awk -F/ '{print $$(NF)}' | sed 's/\.scala//g')
CHISEL_ACCELERATORS-clean = $(addsuffix -clean, $(CHISEL_ACCELERATORS))
Expand Down

0 comments on commit 19fb2dc

Please sign in to comment.