Initial Chisel Template

This commit is contained in:
2024-12-23 10:14:20 +08:00
parent eec6e09111
commit 3ae04d1240
243 changed files with 6910 additions and 0 deletions

8
project/metals.sbt Normal file
View File

@ -0,0 +1,8 @@
// format: off
// DO NOT EDIT! This file is auto-generated.
// This file enables sbt-bloop to create bloop config files.
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.6")
// format: on