tree: 91c13aaaf32fffc6554faca2b5b83ed7d17b035a [path history] [tgz]
  1. project/
  2. src/
  3. .gitignore
  4. build.sbt
  5. Makefile
  6. README.md
  7. scalastyle-config.xml
hardware/chisel/README.md

VTA in Chisel

For contributors who wants to test a chisel module:

  • You can add your test files in src/test/scala/unitttest

  • Add your test name and tests to the test object in src/test/scala/unitttest/Launcher.scala

  • Check out the provided sample test mvm which tests the MatrixVectorComputation module in src/main/scala/core/TensorGemm.scala

  • Running unit tests: make test test_name=your_own test_name