Add chisel6 fixedpoint/dsptools

This commit is contained in:
Jerry Zhao
2024-04-20 07:02:02 -07:00
parent 58dc407b6c
commit b37e550ace
4 changed files with 9 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ dir="software"
branches=("master" "dev") branches=("master" "dev")
search search
submodules=("DRAMSim2" "axe" "dsptools-chisel3" "rocket-dsp-utils" "torture" "fixedpoint-chisel3" "cde") submodules=("DRAMSim2" "axe" "dsptools" "dsptools-chisel3" "rocket-dsp-utils" "torture" "fixedpoint" "fixedpoint-chisel3" "cde")
dir="tools" dir="tools"
branches=("master" "dev" "main") branches=("master" "dev" "main")
search search

6
.gitmodules vendored
View File

@@ -133,3 +133,9 @@
[submodule "vlsi/hammer-mentor-plugins"] [submodule "vlsi/hammer-mentor-plugins"]
path = vlsi/hammer-mentor-plugins path = vlsi/hammer-mentor-plugins
url = https://github.com/ucb-bar/hammer-mentor-plugins.git url = https://github.com/ucb-bar/hammer-mentor-plugins.git
[submodule "tools/dsptools"]
path = tools/dsptools
url = https://github.com/ucb-bar/dsptools.git
[submodule "tools/fixedpoint"]
path = tools/fixedpoint
url = https://github.com/ucb-bar/fixedpoint.git

1
tools/dsptools Submodule

Submodule tools/dsptools added at 8f43366395

1
tools/fixedpoint Submodule

Submodule tools/fixedpoint added at ef164009e4