Releases: llvm/circt
Releases · llvm/circt
firtool-1.138.0
What's Changed
- Bump LLVM by @7FM in #9235
- [Comb] Canonicalize power-of-two unsigned div/mod. by @uenoku in #9177
- [Datapath] Prevent FoldAddIntoCompress from introducing datapath ops from pure comb ops by @uenoku in #9178
- [PyCDE] Add support for union types by @teqdruid in #9242
- [ESI] Window lowered type fix by @teqdruid in #9243
- [PyCDE] Add support for ESI Windows by @teqdruid in #9244
- [PyCDE] Add Window.default_of to simplify window creation by @teqdruid in #9248
- [HWToLLVM][ArcToLLVM] Spill array values early by @fzi-hielscher in #9218
- [NFC][Docs] Add slang flag to getting started notes by @dobios in #9249
- [OM] Add UnknownValue to Evaluator by @seldridge in #9247
- [domaintool] Add
-assign usupport by @seldridge in #9251 - [Synth] Fix dependency in CMakeLists by @pineapplehunter in #9254
- [HWToBTOR2] Ignore printf related operations by @dobios in #9250
- [FIRRTL] Added getExtModuleName to FExtModuleOp to get the appropriate module name by @MrRoy09 in #9233
- [Arc][Python] Add Arc API bindings and dialect support by @yassinz in #9255
- [ci] Change static build to use Rocky Linux 8 by @seldridge in #9259
- [MooreToCore] Fix lowering of dynamic extracts of nested arrays by @fzi-hielscher in #9257
- [Synth] Add an API to get value for Object by @uenoku in #9261
- [Tests][Arcilator] Move arcilator JIT tests to integration tests by @fzi-hielscher in #9265
- [Comb] Add AssumeTwoValued pass by @TaoBi22 in #9264
- [Docs][NFC] Drop outdated hw comparison by @TaoBi22 in #9270
- [SwitchToIf] support multi-result scf.index_switch + add regression test by @Bynaryman in #9245
- [Comb] Add Truth Table Simplification Pass by @MrRoy09 in #9271
- [CombFolds] Fix crash in folding with non-integer attribute operands by @uenoku in #9273
- [NFC][Docs] Update README.md with enhanced build instructions for CIRCT by @doofin in #9203
- [HW] Add pass to parameterize constant ports on private modules. by @uenoku in #9266
- [circt-test] Add simulation test discovery by @fabianschuiki in #9279
- [Transform] Add convert-index-to-uint transform to normalize index compares before comb mapping by @Bynaryman in #9263
- [HW] Enhance FlattenModules pass with configurable inlining heuristics by @prithayan in #9224
- [circt-reduce] Support dialect plugins by @maerhart in #9282
- [FIRRTL] Fix crash in getPort(size_t) when missing inner symbols. by @dtzSiFive in #9284
- FileCheck linting: fix directive typos in tests by @dtzSiFive in #9286
- [HW][NFC] Add BitWidthTypeInterface for extensible bit width calculations by @Copilot in #9272
- [ESI] Add getBitWidth to ESI types by @teqdruid in #9289
- [ESI][LowerTypes] Add support for lowering embedded windows by @teqdruid in #9290
- [CI] Disable flaky Verilog LSP tests on macOS by @fabianschuiki in #9293
- [ESI][Runtime] Basic Window and List support by @teqdruid in #9267
- [Python] Add Pipeline dialect to Python bindings by @yassinz in #9276
- [Python] Add LLVM IR export support to Python bindings by @yassinz in #9275
- [ExportVerilog] Add disallowDeclAssignments lowering option. by @uenoku in #9298
- [Verif] Lower simulation tests to HW modules by @fabianschuiki in #9294
- [circt-synth] Disable test if yosys-abc unavailable by @fabianschuiki in #9295
- [LTL] Add Boolean Constant Op, use in Implication Canonicalizer by @seldridge in #9280
- [Comb] Add ConcatOp custom assembly format to enable nullaries by @TaoBi22 in #9274
- [ESI][Data windows] Add bulk transfer encoding by @teqdruid in #9299
- [OM] Remove Pure from ObjectOp to preserve identity by @fabianschuiki in #9303
- [Verif] Add more AssertLike canonicalizers by @seldridge in #9281
- [HW][Comb][ESI] Create a common function for HW constant materialization and add null check by @uenoku in #9300
- [FIRRTL] Add anonymous domain create op by @seldridge in #9296
- [HW] Add HWBypassInnerSymbols pass by @uenoku in #9291
- Per-module GrandCentral files when no bind file is specified by @trmckay in #9305
New Contributors
- @pineapplehunter made their first contribution in #9254
- @MrRoy09 made their first contribution in #9233
- @Bynaryman made their first contribution in #9245
- @doofin made their first contribution in #9203
- @Copilot made their first contribution in #9272
- @trmckay made their first contribution in #9305
Full Changelog: firtool-1.137.0...firtool-1.138.0
firtool-1.137.0
What's Changed
- Bump LLVM by @uenoku in #9170
- [MooreToCore] [1/4] Implement ClassDeclOp -> LLVMStructType conversion by @Scheremo in #9150
- [ImportVerilog] Also ignore TypeParameterSymbol in ClassDecl by @Scheremo in #9167
- [DatapathToComb] Simplify AND Array Lowering by @cowardsa in #9160
- [MooreToCore] [2/4] Add support to lower ClassNewOp to llvm.malloc by @Scheremo in #9151
- [MooreToCore] [3/4] Add support for lowering moore.class.upcast by @Scheremo in #9152
- [MooreToCore] [4/4] Add support for class.property_ref by @Scheremo in #9153
- [HWToLLVM] Do not take illegal shortcut in
array_getlowering. by @fzi-hielscher in #9172 - [Arcilator] Print full values rather than truncating them. by @SimonEbner in #9120
- [ArcIntegrationTests] Match only full output lines, NFC by @fzi-hielscher in #9174
- [RTG][Elaboration] Fix incorrect set equality by @maerhart in #9175
- [FIRRTL] Support domain.define in LowerDomains by @seldridge in #9108
- [ImportVerilog] Add global variable support by @fabianschuiki in #9176
- [HWToBTOR2] Support unary case of variadics by @TaoBi22 in #9169
- [Conversion] Add comprehensive CombToLLVM conversion pass with func.func-only scope by @prithayan in #9105
- [ImportVerilog] Fix LValue generation for ClassPropertySymbol by @Scheremo in #9182
- [ImportVerilog] Enforce base class elaboration by @Scheremo in #9181
- [HWToBTOR2] Support variadic concat ops by @TaoBi22 in #9184
- [ESI] Telemetry implementation exposing metrics over MMIO by @teqdruid in #9185
- [RTG] Add ConstraintOp by @maerhart in #9186
- [RTG] Add alloc side-effect to virtual_reg, memory_block_declare, and memory_alloc by @maerhart in #9187
- [RTG] Folders for label decl ops by @maerhart in #9188
- [RTG] Add SetAttr and TupleAttr by @maerhart in #9189
- [FIRRTL] XorRCat canonicalizer: return success when successful by @maerhart in #9192
- [Arc][LLHD] Notify rewriter when modified-in-place in canonicalizers by @maerhart in #9193
- [HWToBTOR2] Add support for comb.replicate by @TaoBi22 in #9196
- [FIRRTL] Add domain support to instance choice by @rwy7 in #9197
- [FIRRTL] Add domain verification to instance-like ops by @rwy7 in #9074
- Add sv.module.verbatim op and use for firrtl.extmodule with BlackBoxInlineAnno/BlackBoxPathAnno by @tmckay-sifive in #9131
- [Moore][ImportVerilog] Implement support for virtual functions by @Scheremo in #9180
- Bump LLVM by @jpienaar in #9194
- [ESI][BSP] Introduce a pipelined channel demux and use it by @teqdruid in #9202
- [ImportVerilog][Moore] Add toupper and tolower string builtins by @TaoBi22 in #9200
- [circt-bmc][circt-lec] Add missing headers by @uenoku in #9201
- [RTG] Remove fixed_reg operation by @maerhart in #9204
- [HWToSMT] Add forsmt-lib-export flag by @TaoBi22 in #9198
- [MooreToCore] Error out on conversions to unsupported types by @TaoBi22 in #9199
- Fix inout port lowering for sv.verbatim.module by @tmckay-sifive in #9209
- [Verif] Always add clock trigger to HasBeenReset process by @fabianschuiki in #9212
- [Moore][ImportVerilog] Add SystemVerilog string.getc builtin by @TaoBi22 in #9220
- Revert addition of sv.verbatim.module by @tmckay-sifive in #9223
- [RTG] Add ImplicitConstraintOpInterface by @maerhart in #9205
- [arcilator] Add ability to specify args from CLI by @jpienaar in #9225
- [Arcilator] Timing scopes for JIT by @SimonEbner in #9210
- [Arcilator] Move pipeline into separate library. by @SimonEbner in #9213
- [ESI] Update esitester by @teqdruid in #9226
- [circt-verilog] Move pipeline into ImportVerilog. by @SimonEbner in #9208
- [ESI] List support in data windows by @teqdruid in #9228
- [ESI][Python] Plumb through windows types to Python by @teqdruid in #9231
- [ESI] Improve error message on type registry aliasing by @mortbopet in #9229
- [PyCDE] Removing
pycde.types.typesfunctionality by @teqdruid in #9237 - [Python] Add support for UnionType by @teqdruid in #9236
- [Moore][ImportVerilog] Add VTableOps and CreateVTables pass by @Scheremo in #9221
- [ESI][Runtime] Fixing service uniquifaction by @teqdruid in #9239
- [ESI][Runtime] Add JSON output for esiquery telemetry by @teqdruid in #9240
- Add sv.verbatim.source and sv.verbatim.module ops for inline black box extmodules by @tmckay-sifive in #9227
- [HWLegalizeModules] transform mux of array to muxes of elements by @ollef in #9230
Full Changelog: firtool-1.136.0...firtool-1.137.0
firtool-1.136.0
What's Changed
- [LLHD] Allow multiple layers of inlined functions to be followed by the same op by @georgerennie in #9119
- [Comb] Integer Overflow Analysis by @cowardsa in #9130
- [FIRRTL] Various reduction pattern tweaks by @fabianschuiki in #9132
- [Moore] [1/4] Implement ClassHandleType, ClassDeclarationOp by @Scheremo in #9133
- [Moore] [2/4] Implement new operator by @Scheremo in #9134
- Move to OpTy::create, OpBuilder::create is deprecated. by @dtzSiFive in #9142
- [ImportVerilog] Use initializer list for Cases, fix deprecation. by @dtzSiFive in #9143
- [Moore] [3/4] Implement class member access, upcast by @Scheremo in #9135
- [MooreToCore] Create implicit zero value for real variables by @fabianschuiki in #9147
- [Comb] Fix another recursive mux canonicalizer by @TaoBi22 in #9144
- [circt-bmc] add verif.formal support by @TaoBi22 in #9145
- [FIRRTL] Remove dead annotations relating to taps and blackboxes. by @dtzSiFive in #9146
- [FIRRTL] Remove GC DataTaps, unused upstream. by @dtzSiFive in #9149
- [Moore] Make names of constant ops more uniform by @fabianschuiki in #9148
- [Moore] [4/4] Implement direct class method calls by @Scheremo in #9136
- [FIRRTL] Remove internalPaths from IR. Drop ref statements. by @dtzSiFive in #9154
- Reland "[Moore] Implement direct class method calls" by @Scheremo in #9156
- [ImportVerilog] Fix capture callback chaining by @Scheremo in #9165
- [Bug][ImportVerilog] [1/2] Add support for class method forward decls by @Scheremo in #9158
- [ImportVerilog] [2/2] Add support to materialize ctor call on new call by @Scheremo in #9159
- [ImportVerilog] Add support for specialized parametric classes by @Scheremo in #9161
- [ImportVerilog][Moore] Add len string builtin by @TaoBi22 in #9163
- [HWToSMT] Add option to assert equalities over module outputs by @TaoBi22 in #9162
- [HWToBTOR2] Add support for (most) variadic ops by @TaoBi22 in #9155
- [NFC] Change name in BTOR2 test by @TaoBi22 in #9168
New Contributors
- @georgerennie made their first contribution in #9119
Full Changelog: firtool-1.135.0...firtool-1.136.0
firtool-1.135.0
What's Changed
- [FIRRTL] Add support for domain-connect driving instance-choice ports by @rwy7 in #9116
- [ImportVerilog] Add variableAssignCallback, allow LHS capture by @Scheremo in #9109
- [ImportVerilog] [2/2] Add post-pass to rewrite recursive call sites by @Scheremo in #9111
- [ImportVerilog] Harden SVReal materialization by @Scheremo in #9113
- [FIRRTL] getPortNameStr to getPortName, getPortName to getPortNameAttr by @rwy7 in #9117
- [ImportVerilog] Fix dynamic part-select index typing and add test by @Scheremo in #9114
- [Synth][LowerVariadic] Fix a dialect dependency by @uenoku in #9118
- [ImportVerilog] Add support for string materialization by @Scheremo in #9112
- [FIRRTL] Add more port-related functionality to instance ops by @rwy7 in #9125
- [FIRRTL] Make containingModule compatible with Chisel changes by @fabianschuiki in #9126
- [ImportVerilog] Support real-to-integer conversion in format string by @Scheremo in #9123
- [Moore][ImportVerilog] Add real-valued ops + real-aware import; refactor logical handling by @Scheremo in #9122
- [ESI] Add bitvector and arbitrary-width integer classes by @mortbopet in #9129
- Bump LLVM by @uenoku in #9121
- [Synth] Refactor and expose dropNonCriticalPaths to Python bindings by @uenoku in #9141
- [Python] Add regression check for OpOperand owner having wrong type by @fabianschuiki in #9139
Full Changelog: firtool-1.134.0...firtool-1.135.0
firtool-1.134.0
What's Changed
- [circt-verilog-lsp] Move to Slang's src mngr, drop LLVM src mngr by @Scheremo in #9045
- [circt-verilog-lsp][NFC] Break out implementation classes by @Scheremo in #9051
- [circt-verilog-lsp] Avoid recursing into other buffers when indexing by @Scheremo in #9055
- [RTG] Implement getAsmResultNames for FixedRegisterOp by @maerhart in #9058
- [CombToDatapath] Lower comb::SubOp by @uenoku in #9053
- [circt-synth] Allow AIGER file to be an input file by @uenoku in #9054
- [ESI] ChannelMMIO: decrease MMIO space per client by @teqdruid in #9062
- [RTG][EmbedValidationValuesPass] Allow ID duplicates if values match by @maerhart in #9061
- [RTG] Add isa.space operation by @maerhart in #9060
- [circt-verilog-lsp] Refactor VerilogIndex, add Package indexing by @Scheremo in #9065
- [CombToSynth] Compute Kogge-Stone prefix tree lazily in unsigned comparison lowering by @uenoku in #9050
- [ESI] Various tweaks to cosim scripts by @mortbopet in #9064
- [ESI][Runtime] Search for backends via env var by @teqdruid in #9070
- [RTG] Add VirtualRegisterConfigAttr by @maerhart in #9059
- [Comb] Fix mux canonicalizers for non-signless-ints by @teqdruid in #9071
- [circt-verilog-lsp] Minimize project-scope File IO by @Scheremo in #9056
- [circt-lsp-verilog] "Debounce" onDidChange calls; update in worker by @Scheremo in #9046
- [circt-lsp-server] Only enable unit tests if feature is enabled by @rwy7 in #9072
- [python][Synth] Provide fine-grained APIs for path queries by @uenoku in #9068
- [ImportVerilog][MooreToCore] Implement CHandle import and lowering by @Scheremo in #9077
- [ImportVerilog][MooreToCore] Re-land Implement CHandle import and low… by @Scheremo in #9079
- [FIRRTL] Add LowerDomains pass by @seldridge in #8929
- [MooreToCore] Support slicing of nested arrays by @SimonEbner in #9073
- [LLHD] Remove unused passes and unused memory types and ops by @fabianschuiki in #9078
- [circt-verilog-lsp-server] Simplify MaxCapForcesFlushDuringContinuousTyping by removing bakground thread by @uenoku in #9080
- [LLHD] Add new RefType to replace hw::InOutType by @fabianschuiki in #9081
- Fix minor typos by @SimonEbner in #9084
- [circt-lsp-server] Make time source injectable by @Scheremo in #9082
- [ImportVerilog] Add delayed assignment support by @fabianschuiki in #9085
- Revert "[circt-lsp-server] Make time source injectable" by @Scheremo in #9089
- [ImportVerilog][Moore] Add real-to-int & int-to-real operators by @Scheremo in #9088
- [FIRRTL] Add fields to domains by @seldridge in #9087
- [Synth] Enhance LowerVariadic pass with timing-aware optimization by @uenoku in #9086
- [Synth] Add MaximumAndCover Pass by @uenoku in #9090
- [ImportVerilog] Generalize materialization of constant real values by @Scheremo in #9092
- Bump LLVM to 3c53adec68b3e7be3d69bc4e24168e530097fce0. by @mikeurbach in #9063
- [FIRRTL] Add DomainDefineOp by @rwy7 in #9067
- [FIRRTL] DomainFieldAttr types are PropertyTypes by @seldridge in #9094
- Bump Slang to v9.1 by @fabianschuiki in #9097
- [FIRRTL] Update port insertion/erasure API for instance/instance-choice ops by @rwy7 in #9093
- [Synth][LowerVariaidc] Fix topological ordering and a pass phase ordering by @uenoku in #9095
- [ESI] Add opt-out of reversal in array C++ ser/de by @mortbopet in #9096
- [FIRRTL] Add LowerDomains to firtool pipeline by @seldridge in #9099
- [MooreToCore] Lower
moore.real_constanttoarith.constantby @Scheremo in #9100 - [FIRRTL] Fix dedup looking up wrong op in inner ref target check by @fabianschuiki in #9104
- [ImportVerilog] Allow functions to capture values from parent scope by @Scheremo in #9107
- [Synth] Fix race condition and memory corruption in longest path analysis caching by @uenoku in #9098
New Contributors
- @SimonEbner made their first contribution in #9073
Full Changelog: firtool-1.133.0...firtool-1.134.0
firtool-1.133.0
What's Changed
- [ESI][Cosim][Verilator] Switch to FST and dump time by @teqdruid in #9031
- Add a diagnostic for unsupported system calls with more than 1 argument by @likeamahoney in #9014
- [circt-verilog-lsp] Add support for
-Ccommand files for Slang, project-wide defintion lookup by @Scheremo in #9003 - [comb-to-synth] Implement Sklanskey Tree and Architecture Selection based on Attribute by @cowardsa in #9021
- fix: prevent canonicalize looping for extremely long time by @tianrui-wei in #9030
- [ESI][Cosim] Always use posix paths for questa by @mortbopet in #9035
- [ESI][Cosim] Add windows-equivalent for os.setsid by @mortbopet in #9034
- [ci] Set individual integration test timeout to 2m by @seldridge in #9039
- [ESI] Install CosimBackend.dll dependencies on windows by @mortbopet in #9037
- [FIRRTL] Update more symbol-sensitive ops after dedup by @fabianschuiki in #9016
- [ESI][Cosim] Switch to GUI mode via environment variable by @teqdruid in #9041
- [ESI][Cosim] Enable SAVE_WAVE functionality in SV driver by @teqdruid in #9042
- fix: guard eaglerinliner with detecting a valid circuit by @tianrui-wei in #9025
- [Datapath] Add initial delay optimisation pass by @cowardsa in #9038
- [SV] Support expressions as case patterns by @chiahsuantw in #9018
- [FIRRTL] Gate class deduplication behind an option by @fabianschuiki in #9040
- [CombToSynth] Use parallel-prefix tree for unsigned comparisons by @uenoku in #9048
- [Comb][circt-synth] Implement BalanceMux pass for optimizing mux chains by @uenoku in #9044
New Contributors
- @tianrui-wei made their first contribution in #9030
Full Changelog: firtool-1.132.0...firtool-1.133.0
firtool-1.132.0
What's Changed
- [ConvertToArcs] Allow ops with regions by @fabianschuiki in #8935
- [Synth][AIG] Move AIG dialect under Synth and remove AIG dialect, NFC by @uenoku in #8956
- [Arc] Add ExecuteOp by @fabianschuiki in #8949
- [ImportVerilog] Add support for materializing
FixedSizeUnpackedArrayTypeasUnpackedArrayType. by @Scheremo in #8960 - [Synth] Implement basic canonicalization/folder to mig.maj_inv by @uenoku in #8959
- [Synth] Add support for mig.maj_inv in longest path analysis by @uenoku in #8965
- [Reduce] Various reducer improvements by @fabianschuiki in #8957
- [SV] Include CallInterface by @uenoku in #8966
- [Moore] Add builtin for $urandom by @Scheremo in #8968
- [ESI] Bump zlib tag by @mortbopet in #8963
- [ESI] Factor out inner execution in Simulator::run by @mortbopet in #8964
- [Synth] Add structural hashing pass for AIG/MIG operations by @uenoku in #8962
- [ConvertToArcs] Add llhd.combinational conversion by @fabianschuiki in #8950
- [Verif] handle self-referencing operations by @ollef in #8972
- [ArcToLLVM] Add arc.execute conversion by @fabianschuiki in #8951
- [AIG] feat : and_inv fold by @markram1729 in #8958
- [Moore] Add builtins for simulation time measurements by @Scheremo in #8970
- [ImportVerilog][Moore] Add support for %t format specifier, introduce
moore.fmt.timeby @Scheremo in #8979 - [FIRRTL] Emit fopen calls to get fd's not mcd's. by @dtzSiFive in #8981
- [FIRRTL] Add reduction that moves MustDedup onto children by @fabianschuiki in #8969
- [Moore] Add support for $random system task by @Scheremo in #8982
- [ESI] Add skid buffer to Cosim_Endpoint_ToHost by @teqdruid in #8983
- [ESI] Set '--output-split' for verilator compilation by @mortbopet in #8978
- [ESI] Librarify ESI cosim classes by @mortbopet in #8953
- [Datapath] Add product of sum partial product operator by @cowardsa in #8980
- [Moore] Add
shortrealtype, bit <-> real conversions by @Scheremo in #8985 - [ImportVerilog] Fix missing RValue conversion for struct_create by @Scheremo in #8988
- [Synth] Rename FanIn/FanOut StartPoint/EndPoint by @markram1729 in #8976
- [ESI2Phy] Adapt usage of rewriter to upcoming version. by @ingomueller-net in #8989
- [Synth][Strash] Use RegionDCE instead of UnusedOpPruner by @uenoku in #8990
- [Support] Add walkPostOrder and walkInversePostOrder to InstanceGraph by @fabianschuiki in #8974
- [FIRRTL] Handle ClassTypes properly in Dedup by @fabianschuiki in #8975
- [FIRRTL] Various small reduction pattern tweaks by @fabianschuiki in #8984
- [Moore][ImportVerilog] Add
moore.fmt.string, support for$sformatfby @Scheremo in #8993 - Bump LLVM to 580860e8b7341783e8e53114f26b9a9659a3a3e1 by @fzi-hielscher in #8995
- [ImportVerilog][Bug] Fix single argument expressions in severity tasks by @Scheremo in #8998
- [LTL][ImportVerilog] Add support for $rose, $stable, $fell by @Scheremo in #8999
- [Synth] LowerWordsToBits: Improve scalability with bit-sensitive constprop by @uenoku in #8997
- [Arc] Add MergeTaps pass by @fzi-hielscher in #9000
- [Reduce] Various reduction tweaks by @fabianschuiki in #9004
- [FIRRTL] Add a missing unrealized conversion cast in LowerClasses by @fabianschuiki in #9005
- [Synth][LongestPathAnalysis] Remove hack for passing top module name through IR attribute by @uenoku in #9006
- [circt-verilog-lsp] Add definition and reference providers by @uenoku in #8280
- [circt-test] accept LoweringOptions to control the generated Verilog by @ollef in #9001
- [HWLegalizeModules] add disallowClockedAssertions lowering flag by @ollef in #9002
- [FIRRTL] Ensure all types and attributes are walkable by @fabianschuiki in #9007
- [build] Update Slang dependency properties before installing by @jmgorius in #9017
- [ESI] Allow single-file additions to SourceFiles by @mortbopet in #9019
- [Sim] Rename FormatLitOp to FormatLiteralOp, NFC by @fzi-hielscher in #9015
- [Datapath] Custom Partial Product Lowering for computing the Square of the input by @cowardsa in #9010
- [circt-verilog-lsp] Add support for package import indexing by @Scheremo in #9023
- [ESI] Route simulator compilation/exec output through callbacks by @mortbopet in #9009
- [Build] Set
/utf-8flag specifically for slang targets by @fzi-hielscher in #9027 - [ExportVerilog] Require $unsigned for outer-most expression in assignment by @uenoku in #9024
New Contributors
- @ollef made their first contribution in #8972
- @markram1729 made their first contribution in #8958
- @ingomueller-net made their first contribution in #8989
- @jmgorius made their first contribution in #9017
Full Changelog: firtool-1.131.0...firtool-1.132.0
SiFive Internal Release 1.5.8
This is a patch release that adds the -emit-chisel-asserts-as-sva to the 1.5 series of releases.
What's Changed
- [LowerToHW][firtool] Backport
-emit-chisel-asserts-as-svato 1.5 by @seldridge in #9028
Full Changelog: sifive/1/5/7...sifive/1/5/8
firtool-1.131.0
What's Changed
- [LLHD] Simplify single-block llhd.process terminated by llhd.halt by @mvpant in #8917
- [Synth] Support MIG lowering in CombToAIG conversion pass by @uenoku in #8932
- [ESI] Accept wider range of int types in C++ serde by @mortbopet in #8933
- Use properlyDominates in AffineToLoopSchedule by @jpienaar in #8904
- [MooreToCore] Add support for $fatal by @Scheremo in #8936
- [Reduce] Use stable sort, prune unused symbols, tweak FIRRTL reductions by @fabianschuiki in #8938
- [circt-verilog] Add commandfile input option. by @jpienaar in #8937
- [Datapath] Implement timing-driven compression algorithm by @cowardsa in #8920
- [MooreToCore] Consider element type in extract vs slice by @jpienaar in #8942
- [ImportVerilog] Fix edge case for single-bit pre- and post-increment by @Scheremo in #8945
- [AIG] Refactor AIG longest-path analysis with lazy mode and max-delay filtering by @uenoku in #8940
- [Synth] Partition trivial cuts before sorting non-trivial ones in CutRewriter, NFCI by @uenoku in #8947
- [SeqToSV] Use XMR to set up async reset and preset of firreg under ifdef by @rwy7 in #8944
New Contributors
Full Changelog: firtool-1.130.0...firtool-1.131.0
firtool-1.130.0
What's Changed
- [Moore] Add proper conversions between time and integer values by @fabianschuiki in #8900
- [FIRRTL] Domains: Operation Approach by @seldridge in #8843
- [AIGLongestPathAnalysis] Implement incremental longest path analysis for IR transformations by @uenoku in #8890
- [Synth] Refactor and improve cut rewriter infrastructure by @uenoku in #8909
- [Comb] Expand Known-Bits Analysis to Additional Operators by @cowardsa in #8902
- [Datpath] Improve Booth Encoding based on the sign-extension trick by @cowardsa in #8903
- [Datapath] Fix bug in datapath test by @cowardsa in #8915
- [Synth] Add MajorityInverterOp (synth.mig.maj_inv) to Synth dialect by @uenoku in #8912
- [ESI] Don't assume dict attribute for all objects by @mortbopet in #8911
- [ESI] Extend dll dirs on esiaccel module load by @mortbopet in #8901
- [ESI] Allow for opt-in to struct reversal by @mortbopet in #8919
- Remove ExportChiselInterface. by @dtzSiFive in #8921
- [ESI] Add serde capabilities to ESI C++ runtime types by @mortbopet in #8879
- [FIRRTL] Use the defname for deciding bindfile names of extmodules by @rwy7 in #8922
- [build] Add /utf-8 build if MSVC by @seldridge in #8926
- [ci] Release circt-{opt,synth,test} in firrtl-bin by @seldridge in #8928
Full Changelog: firtool-1.129.0...firtool-1.130.0