summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJack Koenig2021-12-01 14:49:34 -0800
committerGitHub2021-12-01 14:49:34 -0800
commit392ea3c9b5b04e374eeb1bf3b0d87ac9fbf45513 (patch)
tree3b7e8a9713ffb5269b6c87f166a46dd235c6927d /README.md
parentcdb02ea4412b4cb3b42f6c78a4bae76b43be9d64 (diff)
Require the chisel3 compiler plugin (#2271)
As the chisel3 compiler plugin is now required, we can delete unused code for reflective autoclonetype as well as the noPluginTests.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8b33a576..66e27bd9 100644
--- a/README.md
+++ b/README.md
@@ -189,13 +189,6 @@ If the compilation succeeded and the dependencies noted above are installed, you
sbt test
```
-If you would like to run the tests without the compiler plugin (less common), you can do so by first launching `sbt`,
-then running `noPluginTests / test`:
-```
-sbt
-> noPluginTests / test
-```
-
### Running Projects Against Local Chisel
To use the development version of Chisel (`master` branch), you will need to build from source and `publishLocal`.