Bump FireSim/Hwacha | Cleanup linting

This commit is contained in:
abejgonzalez
2020-12-03 12:51:24 -08:00
parent 7f9cd0f012
commit f1df2ec69e
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
import Tests._
// Ignore linting for traceLevel
Global / excludeLintKeys += traceLevel
// This gives us a nicer handle to the root project instead of using the
// implicit one
lazy val chipyardRoot = Project("chipyardRoot", file("."))