Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Ignore DecodeTableAnnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Discreater committed Jan 3, 2024
1 parent 0570c96 commit ebd3b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/chiseltest/simulator/ChiselBridge.scala
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ private object ChiselBridge {
Some(firrtl2.annotations.EnumDefAnnotation(typeName, definition))
case EnumVecAnnotation(target, typeName, fields) =>
Some(firrtl2.annotations.EnumVecAnnotation(convertNamed(target), typeName, fields))
case DecodeTableAnnotation(target, truthTable, minimizedTable) =>
Some(firrtl2.annotations.DecodeTableAnnotation(convert(target), truthTable, minimizedTable))
// ignoreDecodeTableAnnotation since it is not needed by the firrtl compiler
case _: DecodeTableAnnotation => None
//
case _ => throw new NotImplementedError(s"TODO: convert ${anno}")
}
Expand Down

0 comments on commit ebd3b24

Please sign in to comment.