Tags: Emin017/chisel
  
            
          Tags
  Add DataProduct for Iterables and primitive types (chipsalliance#3856)
Add Scala 2.13.13 to cross-build (chipsalliance#3851) (chipsalliance#… …3864) (cherry picked from commit 68eb248) Co-authored-by: Jack Koenig <[email protected]>
Preserve probe-ness and const-ness in Output() and friends. (chipsall… …iance#3654) Using `Output()` shouldn't drop important type information, only override the specified direction to force alignment. Until chipsalliance#3647 is addressed, use `cloneTypeFull` to get the expected behavior. The cloned direction information is unnecessary but is overridden by the coerced direction. cc chipsalliance#3647. Co-authored-by: Jack Koenig <[email protected]>
Clean up Bindings deprecations (chipsalliance#3736) * Make already deprecated APIs package private * Add deprecation warnings to a few that we missed
[cd] Bump CIRCT from firtool-1.60.0 to firtool-1.61.0 (chipsalliance#… …3681)
Add --dump-fir option to ChiselStage (backport chipsalliance#3453) (c… …hipsalliance#3456) * Add --dump-fir option to ChiselStage (chipsalliance#3453) This option will dump the .fir before invoking firtool. Additional changes: * Use os.lib for invoking firtool * Use lazy serialization to avoid holding the entire FIRRTL in memory. * Mix NoStackTrace into FirtoolNotFound * Fix detection of no firtool (cherry picked from commit 4db86b2) # Conflicts: # src/main/scala/circt/stage/CIRCTOptions.scala # src/main/scala/circt/stage/ChiselStage.scala # src/main/scala/circt/stage/phases/CIRCT.scala * Resolve backport conflicts --------- Co-authored-by: Jack Koenig <[email protected]>
[cd] Bump CIRCT from firtool-1.51.0 to firtool-1.52.0 (chipsalliance#… …3506) This is an automated commit generated by Chisel's CD flow. Co-authored-by: chiselbot <[email protected]>
Optimize BitPat equals, overlap, and cover (backport chipsalliance#3285… …) (chipsalliance#3288) * Optimize BitPat equals, overlap, and cover (chipsalliance#3285) (cherry picked from commit f590ac9) * Fix binary compatibility issue --------- Co-authored-by: Jack Koenig <[email protected]>
Update upickle to 3.1.0 and os-lib to 0.9.1 (chipsalliance#3169) * Update upickle to 3.1.0 * Update os-lib to 0.9.1 --------- Co-authored-by: Jack Koenig <[email protected]>
PreviousNext