Skip to content

Commit

Permalink
build.sbt: Fix IntrinsicModuleSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzSiFive committed May 7, 2024
1 parent f0c4036 commit af67e50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ lazy val warningSuppression = Seq(
"msg=undefined in comment for method cf in class PrintableHelper:s",
// This is deprecated for external users but not internal use
"cat=deprecation&origin=firrtl\\.options\\.internal\\.WriteableCircuitAnnotation:s",
"cat=deprecation&origin=chisel3\\.util\\.experimental\\.BoringUtils.*:s"
"cat=deprecation&origin=chisel3\\.util\\.experimental\\.BoringUtils.*:s",
"cat=deprecation&origin=chisel3\\.experimental\\.IntrinsicModule:s"
).mkString(",")
)

Expand Down

0 comments on commit af67e50

Please sign in to comment.