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
Age
Commit message (
Expand
)
Author
2022-03-10
Emit FIRRTL bulkconnects whenever possible (#2381) (#2440)
mergify[bot]
2022-03-09
Support BlackBoxes in D/I (#2438) (#2442)
mergify[bot]
2022-03-08
Add scanLeftOr and scanRightOr utilies (#2407) (#2437)
mergify[bot]
2022-03-04
Issue errors on out-of-range extracts when width is known (#2428) (#2429)
mergify[bot]
2022-02-15
Make TruthTable accept unknown input width (#2387) (#2417)
mergify[bot]
2022-02-11
Hierarchy API: make Mems lookupable (#2404) (#2410)
mergify[bot]
2022-02-10
Make Tuple2 Lookupable (#2372) (#2406)
mergify[bot]
2022-02-08
Overload getVerilogString to accept arguments (#2401) (#2402)
mergify[bot]
2022-02-03
FillInterleaved documentation: swap order of elements in Seq example (#2393) ...
mergify[bot]
2022-02-01
Improve error reporting (backport #2376) (#2379)
mergify[bot]
2022-02-01
Optional clock param for memory ports (#2333) (#2382)
mergify[bot]
2022-02-01
Chisel plugin bundle elements handler (#2306) (#2380)
mergify[bot]
2022-01-28
Fix Decoder bug for constant 0 and DC (#2363) (#2371)
mergify[bot]
2022-01-26
Expand supported val modifiers for @public (#2365) (#2367)
mergify[bot]
2022-01-20
Fix Compatibility Module io wrapping (#2355) (#2358)
mergify[bot]
2022-01-19
util: add GrayCode (#2353) (#2354)
mergify[bot]
2022-01-11
Lookupable: add Either version (#2335)
Megan Wachs
2022-01-10
Apply scalafmt
Jack Koenig
2022-01-07
Add a Select.ios that works with Definition/Instance, fix isA behavior (#2315)
Megan Wachs
2021-12-17
Improve exception message for aliased bundle fields (#2304)
Chick Markley
2021-12-16
BitSet API (#2211)
Jiuyang Liu
2021-12-15
Restore Port to public API and deprecate (#2302)
Jack Koenig
2021-12-15
Refactor TruthTable to use Seq (#2217)
Jiuyang Liu
2021-12-11
reduceTree() now operates on Seq (#2292)
Øyvind Harboe
2021-12-10
Add support for dynamic indexing on Vec identity views (#2298)
Jack Koenig
2021-12-09
Better MonoConnect error messages (#2248)
Aditya Naik
2021-12-09
catch None.get in BitPat.apply(x: UInt): BitPat (#2276)
Jiuyang Liu
2021-12-08
Implement DataViews for Seq and Tuple (#2277)
Jack Koenig
2021-12-02
Refactor Data.toString (#2197)
Aditya Naik
2021-12-01
Require the chisel3 compiler plugin (#2271)
Jack Koenig
2021-12-01
Bugfix - definition name index skipping with D/I (#2249)
Aditya Naik
2021-12-01
Remove unused imports for API removed from firrtl (#2269)
Jack Koenig
2021-11-29
Remove ChiselExecutionOptions and HasChiselExecutionOptions (#2267)
Jack Koenig
2021-11-29
Deprecate chisel3.BackendCompilationUtilities (#2257)
Jack Koenig
2021-11-23
fix for chipsalliance/firrtl#2421 (#2256)
Jiuyang Liu
2021-11-22
add documentations to decoder. (#2254)
Jiuyang Liu
2021-11-17
refactor Queue.hasFlush: Boolean to Queue.flush: Option[Bool]. (#2245)
Jiuyang Liu
2021-11-14
add tests.
Jiuyang Liu
2021-11-14
add toBools to compatibility layer.
Jiuyang Liu
2021-11-03
Add field grouping ScalaDoc for ArbiterIO (#2208)
Abongwa Bonalais
2021-11-03
Add field grouping ScalaDoc for other subclasses of Bundle (#2214)
Abongwa Bonalais
2021-10-29
Exposing more APIs from D/I internals (#2220)
Adam Izraelevitz
2021-10-27
Add Select APIs for Hierarchy package (#2210)
Adam Izraelevitz
2021-10-27
Add java reflection to hierarchy (#2209)
Adam Izraelevitz
2021-10-25
Add Hierarchy trait (#2204)
Adam Izraelevitz
2021-10-25
Add type parameter support for @instantiable (#2206)
Adam Izraelevitz
2021-10-13
Support @public on unimplemented vals (#2182)
Adam Izraelevitz
2021-10-12
Fix GaloisLFSR comments (#2178)
Nic McDonald
2021-10-08
Add nullary .fire to Valid and deprecate dummy version (#2156)
Jack Koenig
2021-10-07
Fixed bug with unary minus on FixedPoint and Interval (#2154)
Chick Markley
[next]