Skip to content
This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Tags: sifive/chisel-circt

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
seldridge Schuyler Eldridge
v0.7.1

- Fix a bug in NoDedupAnnotation handling
- Remove CIRCT Handover Functionality

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
seldridge Schuyler Eldridge
Version 0.7.0

- Bump Chisel to 3.5.5
- Bump CIRCT to 1.22.1
- Add support for Chisel's Trace API
- Improve APIs for passing options to circt.stage.ChiselStage

v0.6.0

Toggle v0.6.0's commit message
Bump to CIRCT 1.15.0

The command line options have been updated for this version of CIRCT.

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
seldridge Schuyler Eldridge
v0.5.0 Release

Updates to align with SiFive v1.11.0 version of CIRCT:
  - Use new firtool CLI options
  - Add an option for enabling aggregate preservation
  - Bridge EmitAllModules to split Verilog emission

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
seldridge Schuyler Eldridge
v0.4.0 Release

This adds support for passing options to firtool directly.

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
seldridge Schuyler Eldridge
0.3.0 Release

This roughly aligns with v0.0.7 release of CIRCT.  The major changes of
this release are as follows:

  - Annotations are passed to CIRCT
  - The default handover point is now CHIRRTL
  - Scala 2.13 is now published in addition to Scala 2.12

This marks the first truly usable version of chisel-circt because CIRCT
has implemented all necessary passes of a FIRRTL compiler.  At this
time, common annotations/non-default transforms are supported including
"do not touch", inlining/flattening, and forced module names.

v0.2.0

Toggle v0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
seldridge Schuyler Eldridge
0.2.0 Release

- Aligns with newer "firtool" API of "-lower-types". Previously this
  was "-enable-lower-types".
- Add "-target verilog" option.
- Bump dependencies to latest published versions.

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
seldridge Schuyler Eldridge
Initial release