summaryrefslogtreecommitdiff
path: root/src/main/scala/chisel3/util/experimental/decode/TruthTable.scala
AgeCommit message (Expand)Author
2023-01-12TruthTable improvements: structural equality and delete sort (backport #2935)...mergify[bot]
2022-07-06Refactor TruthTable.apply and add factory method for Espresso (backport #2612...mergify[bot]
2022-02-15Make TruthTable accept unknown input width (#2387) (#2417)mergify[bot]
2022-01-10Apply scalafmtJack Koenig
2021-12-15Refactor TruthTable to use Seq (#2217)Jiuyang Liu
2021-08-26add new APIs to BitPat (#2076)Jiuyang Liu
2021-07-14Espresso Decoder (#1964)Jiuyang Liu
2021-06-16Apply Jack's Review Jiuyang Liu
2021-06-16fix for 2.13Jiuyang Liu
2021-06-16TruthTable can merge same inputs now.Jiuyang Liu
2021-06-16implement TruthTable to represent a decode table.Jiuyang Liu