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
/
main
/
scala
/
chisel3
/
util
/
experimental
Age
Commit message (
Expand
)
Author
2024-08-06
Fix more misc files
chisel6-scala3-0.1
Aditya Naik
2024-06-04
Add partial util files so that it successfully compiles
Aditya Naik
2024-06-03
fix stuff in src/
Aditya Naik
2023-01-12
TruthTable improvements: structural equality and delete sort (backport #2935)...
mergify[bot]
2022-12-10
Fix string interpolation in `util.exprimental.decode.bitset` (#2882) (#2883)
mergify[bot]
2022-08-25
Backport of eager error messages for annotations (3.5.x) (#2700) (#2705)
Zachary Yedidia
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-28
Fix Decoder bug for constant 0 and DC (#2363) (#2371)
mergify[bot]
2022-01-10
Apply scalafmt
Jack Koenig
2021-12-16
BitSet API (#2211)
Jiuyang Liu
2021-12-15
Refactor TruthTable to use Seq (#2217)
Jiuyang Liu
2021-11-22
add documentations to decoder. (#2254)
Jiuyang Liu
2021-08-26
add new APIs to BitPat (#2076)
Jiuyang Liu
2021-08-12
Pass truth table to espresso using stdin instead of temp file
Boyang Han
2021-07-14
Espresso Decoder (#1964)
Jiuyang Liu
2021-06-16
Add computational complexity analysis
Boyang Han
2021-06-16
Refactor to a more `scala` form
Boyang Han
2021-06-16
Merge minimized table before return as a TruthTable
Boyang Han
2021-06-16
implement QMC.
Boyang Han
2021-06-16
Apply Jack's Review
Jiuyang Liu
2021-06-16
add documentation for DecodeTableAnnotation.
Jiuyang Liu
2021-06-16
remove all timeouts by review.
Jiuyang Liu
2021-06-16
async decoder with 5 seconds timeout.
Jiuyang Liu
2021-06-16
add a simple decoder API.
Jiuyang Liu
2021-06-16
implement abstract Minimizer as a general API.
Jiuyang Liu
2021-06-16
fix for 2.13
Jiuyang Liu
2021-06-16
TruthTable can merge same inputs now.
Jiuyang Liu
2021-06-16
implement DecodeTableAnnotation for decode table caching.
Jiuyang Liu
2021-06-16
implement TruthTable to represent a decode table.
Jiuyang Liu
2021-03-11
Import memory files inline for Verilog generation (#1805)
Carlos Eduardo
2021-02-26
Expose AnnotationSeq to Module. (#1731)
Jiuyang Liu
2021-01-27
Fix some typo and using foreach instead of map in BoringUtils (#1755)
SoyaOhnishi
2020-10-26
Added Force Name API (#1634)
Adam Izraelevitz
2020-10-01
Move Chisel3 to SPDX license conventions (#1604)
Chick Markley
2020-09-09
Fix load memory from file to work with binary (#1583)
HappyQuark
2020-07-21
Delete outdated scalastyle configuration comments from source
Albert Magyar
2020-06-08
Grouping Chisel API (#1073)
Adam Izraelevitz
2019-10-21
Fix BoringUtils.bore for internal boring
Schuyler Eldridge
2019-05-20
Repackagecore rebase (#1078)
Jim Lawson
2019-05-13
Fix miscellaneous Scaladoc warnings
Schuyler Eldridge
2019-05-12
Cleanup loadMemoryFromFile documentation
Schuyler Eldridge
2019-03-14
Decouple implementation details from LoadMemoryAnnotation. (#1034)
Jim Lawson
2019-01-22
Changes to BoringUtils Scaladoc, paramater name
Schuyler Eldridge
2019-01-22
Fix BoringUtils deduplication bug
Schuyler Eldridge
2018-10-29
Fix LoadMemoryTransform for Instance Annotations (#914)
Schuyler Eldridge
2018-08-31
Support for verilog memory loading. (#840)
Chick Markley
2018-08-23
Add FlattenInstance API
Schuyler Eldridge
2018-08-23
Add InlineInstance API
Schuyler Eldridge
2018-08-07
BoringUtils / Synthesizable Cross Module References (#718)
Schuyler Eldridge