Remove chisel-testers submodule
This commit is contained in:
2
.github/scripts/check-commit.sh
vendored
2
.github/scripts/check-commit.sh
vendored
@@ -88,7 +88,7 @@ dir="software"
|
|||||||
branches=("master" "dev")
|
branches=("master" "dev")
|
||||||
search
|
search
|
||||||
|
|
||||||
submodules=("DRAMSim2" "axe" "barstools" "chisel-testers" "dsptools" "rocket-dsp-utils" "torture")
|
submodules=("DRAMSim2" "axe" "barstools" "dsptools" "rocket-dsp-utils" "torture")
|
||||||
dir="tools"
|
dir="tools"
|
||||||
branches=("master" "dev")
|
branches=("master" "dev")
|
||||||
search
|
search
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -31,9 +31,6 @@
|
|||||||
[submodule "tools/dsptools"]
|
[submodule "tools/dsptools"]
|
||||||
path = tools/dsptools
|
path = tools/dsptools
|
||||||
url = https://github.com/ucb-bar/dsptools.git
|
url = https://github.com/ucb-bar/dsptools.git
|
||||||
[submodule "tools/chisel-testers"]
|
|
||||||
path = tools/chisel-testers
|
|
||||||
url = https://github.com/freechipsproject/chisel-testers.git
|
|
||||||
[submodule "generators/sha3"]
|
[submodule "generators/sha3"]
|
||||||
path = generators/sha3
|
path = generators/sha3
|
||||||
url = https://github.com/ucb-bar/sha3.git
|
url = https://github.com/ucb-bar/sha3.git
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
Chisel Testers
|
|
||||||
==============================
|
|
||||||
|
|
||||||
`Chisel Testers <https://github.com/freechipsproject/chisel-testers>`__ is a library for writing tests for Chisel designs.
|
|
||||||
It provides a Scala API for interacting with a DUT.
|
|
||||||
It can use multiple backends, including things such as Treadle and Verilator.
|
|
||||||
See :ref:`Tools/Treadle:Treadle and FIRRTL Interpreter` and :ref:`sw-rtl-sim-intro` for more information on these simulation methods.
|
|
||||||
@@ -11,7 +11,6 @@ The following pages will introduce them, and how we can use them in order to gen
|
|||||||
Chisel
|
Chisel
|
||||||
FIRRTL
|
FIRRTL
|
||||||
Treadle
|
Treadle
|
||||||
Chisel-Testers
|
|
||||||
Dsptools
|
Dsptools
|
||||||
Barstools
|
Barstools
|
||||||
Dromajo
|
Dromajo
|
||||||
|
|||||||
Submodule tools/chisel-testers deleted from ce4e027e5f
Reference in New Issue
Block a user