This PR ports the chisel hardware to use the latest stable release. It also cleans up any deprecation warnings. You can view, comment on, or merge this pull request online at:
https://github.com/apache/tvm-vta/pull/33 -- Commit Summary -- * modernize build.sbt * fix some imports * ignore target directory generated by sbt * TensorGemm: explicitly define adder interface * use ChiselStage instead of Driver * setResource is now addResource * add toInt in order to fix warning -- File Changes -- M hardware/chisel/.gitignore (2) M hardware/chisel/build.sbt (69) M hardware/chisel/src/main/scala/core/TensorGemm.scala (31) M hardware/chisel/src/main/scala/dpi/VTAHostDPI.scala (2) M hardware/chisel/src/main/scala/dpi/VTAMemDPI.scala (2) M hardware/chisel/src/main/scala/dpi/VTASimDPI.scala (2) M hardware/chisel/src/main/scala/shell/SimShell.scala (1) M hardware/chisel/src/main/scala/shell/XilinxShell.scala (1) M hardware/chisel/src/main/scala/test/Test.scala (1) M hardware/chisel/src/main/scala/vta/Configs.scala (12) M hardware/chisel/src/test/scala/unittest/AluTest.scala (2) -- Patch Links -- https://github.com/apache/tvm-vta/pull/33.patch https://github.com/apache/tvm-vta/pull/33.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-vta/pull/33