index
:
chiselX
abstract-module
master
scala3-main-test
scala3-support
scala3-support-chisel6
Chisel with SFC compatibility
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
scala
/
chiselTests
/
util
/
experimental
Age
Commit message (
Expand
)
Author
2023-11-23
cleanup
Aditya Naik
2023-01-12
TruthTable improvements: structural equality and delete sort (backport #2935)...
mergify[bot]
2022-07-06
Refactor TruthTable.apply and add factory method for Espresso (backport #2612...
mergify[bot]
2022-02-15
Make TruthTable accept unknown input width (#2387) (#2417)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-12-15
Refactor TruthTable to use Seq (#2217)
Jiuyang Liu
2021-09-06
Test case rework
Boyang Han
2021-09-06
Add a test case to demonstrate the bug found in #2112
Boyang Han
2021-08-25
replace custom model checker with chiseltest formal verify command (#2075)
Kevin Laeufer
2021-07-14
Espresso Decoder (#1964)
Jiuyang Liu
2021-06-30
Add 7 segment display decoder test case
Boyang Han
2021-06-16
implement test for qmc
Jiuyang Liu
2021-06-16
Add test cases.
Jiuyang Liu
2021-06-16
switch to EndToEndSMTBaseSpec
Jiuyang Liu
2021-06-16
Add minimized form of test cases
Boyang Han
2021-06-16
use z3 formal check minimized circuit and reference model.
Jiuyang Liu
2021-06-16
test decode cache.
Jiuyang Liu
2021-06-16
TruthTable can merge same inputs now.
Jiuyang Liu
2021-06-16
implement TruthTable to represent a decode table.
Jiuyang Liu
2021-05-20
Implement PLA (#1912)
Jiuyang Liu