Add standalone midas-targetutils
This commit is contained in:
2
.github/scripts/check-commit.sh
vendored
2
.github/scripts/check-commit.sh
vendored
@@ -82,7 +82,7 @@ dir="software"
|
|||||||
branches=("master" "dev")
|
branches=("master" "dev")
|
||||||
search
|
search
|
||||||
|
|
||||||
submodules=("DRAMSim2" "axe" "dsptools" "dsptools-chisel3" "rocket-dsp-utils" "torture" "fixedpoint" "fixedpoint-chisel3" "cde")
|
submodules=("DRAMSim2" "axe" "dsptools" "dsptools-chisel3" "rocket-dsp-utils" "torture" "fixedpoint" "fixedpoint-chisel3" "cde" "midas-targetutils")
|
||||||
dir="tools"
|
dir="tools"
|
||||||
branches=("master" "dev" "main")
|
branches=("master" "dev" "main")
|
||||||
search
|
search
|
||||||
|
|||||||
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -139,3 +139,7 @@
|
|||||||
[submodule "tools/fixedpoint"]
|
[submodule "tools/fixedpoint"]
|
||||||
path = tools/fixedpoint
|
path = tools/fixedpoint
|
||||||
url = https://github.com/ucb-bar/fixedpoint.git
|
url = https://github.com/ucb-bar/fixedpoint.git
|
||||||
|
[submodule "tools/midas-targetutils"]
|
||||||
|
path = tools/midas-targetutils
|
||||||
|
url = https://github.com/firesim/midas-targetutils.git
|
||||||
|
|
||||||
|
|||||||
1
tools/midas-targetutils
Submodule
1
tools/midas-targetutils
Submodule
Submodule tools/midas-targetutils added at d0fc62d2b4
Reference in New Issue
Block a user