Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/circt

Circuit IR Compilers and Tools
https://github.com/llvm/circt

[FIRRTL] Rename firrtl.int.muxcell{2,4} to firrtl.int.mux{2,4}cell

This commit replaces muxcell2/muxcell4 with mux2cell/mux4cell since
"MUX2 cell" seems to be a mo...

fba3b2f5e78702c049791d11944396c4baf33fec authored over 1 year ago by Hideto Ueno <[email protected]>
[Python] Fix `attribute_to_var` to always return value

23fc85f0fbb2e23ff1872dea279cb9319a83ff72 authored over 1 year ago by John Demme <[email protected]>
[CI][Win] Reduce peak disk usage after LLVM rebuild. (#5446)

We mostly just want the installed copy of LLVM,
so extract the single build file required and n...

7967cedfb129eb5726a775b5b846f23590868af2 authored over 1 year ago by Will Dietz <[email protected]>
Add test

f7d3c706cec84dd5f8a87de316ff44d99b46cf10 authored over 1 year ago by Prithayan Barua <[email protected]>
[FIRRTL][CheckCombLoops] Fix a bug in instance visitor

67abd8617e0d5debcc7012aac0299244405fe437 authored over 1 year ago by Prithayan Barua <[email protected]>
[HW] Add struct_create(struct_explode) folder (#5450)

168a231fa05b9b81b49b2e2cdbdd2c20af082faf authored over 1 year ago by Martin Erhart <[email protected]>
[FIRRTL][InferResets] Fix reset inference through const cast. (#5370)

Update these as operations that cannot have types inferred
from inputs, drop (incomplete) code ...

5892ede70842d65f850388f699b68522ccf8040e authored over 1 year ago by Will Dietz <[email protected]>
[ExportVerilog] Remove array literal (#5443)

Fix https://github.com/llvm/circt/issues/5424. `'{..}` is used to emit packed constant arrays bu...

fc85842d346114958b6e7105f6cbd870088c6ea5 authored over 1 year ago by Hideto Ueno <[email protected]>
[FIRRTL] Add BaseTypeAliasType (#5416)

This commit adds minimal changes BaseTypeAliasType for base type alias.
Implement mlir parser/p...

c5157daecf3a2b1f169d3013914d8572ccd3166b authored over 1 year ago by Hideto Ueno <[email protected]>
[FIRRTL] Add mux cell intrinsics (#5428)

This commit adds intrinsics (int.muxcell4, muxcell2) for directely representing 4-wide and 2-wid...

5e962184b0c9faa3662288d91e4fdb2865e62663 authored over 1 year ago by Hideto Ueno <[email protected]>
[FIRRTL] Fixup use of null Type.

Noticed in diagnostic produced here: https://github.com/llvm/circt/issues/5441 .

87f23c4e8bf20df2e58a761b013d485ecb838c88 authored over 1 year ago by Will Dietz <[email protected]>
[CMake] Change variable name

'srcs' seems to already be used now, but wasn't a few weeks back

79c87a6fa6c79e0f9608b08814333eb430e81068 authored over 1 year ago by Martin Erhart <[email protected]>
[CMake] Make cmake config more reliable (#5145)

db3e2265240997f0cd2b799ec0b21e726996e569 authored over 1 year ago by Martin Erhart <[email protected]>
[Seq] Add `seq.fifo` ODS and rationale (#4189)

The `seq.fifo` operation intends to capture the semantics of a FIFO which
eventually map to som...

279a5dc9b36c58bbaf66e3b59b3f110ea198645e authored over 1 year ago by Morten Borup Petersen <[email protected]>
[LLVM] Bump to e105141 (#5414)

* Ensure the ControlFlow dialect is registered in the context where needed and linked against (n...

e8ec7d73e39b342273485c3826c1e7fbf1ca9791 authored over 1 year ago by Marco Balboni <[email protected]>
[FIRRTL] Support EnumTypes in error messages (#5439)

This adds support for enumeration types to `getFieldName`, which is
commonly used to print the ...

30a7e7a6f18dcaf598640eb432fa4264f2927ad2 authored over 1 year ago by Andrew Young <[email protected]>
[Python][MSFT] Remove CIRCT C++ includes

Don't #include C++ headers which provide access to MLIR/CIRCT classes
which shalt not be used.

1f43dd67d1207a9da1f25f85a6496ff4fce60d3d authored over 1 year ago by John Demme <[email protected]>
[Python] Remove unused includes in OMModule, NFC.

The circt/support/LLVM.h include should never have been there, since
this opened the door to C++...

803a9d46150db13b1a63ca3df95439f22fc2cccc authored over 1 year ago by Mike Urbach <[email protected]>
[Python] Use MLIR CAPI in OMModule instead of C++.

We currently go through the CAPIs in our Python bindings, and this
code shouldn't be using C++ A...

80531ebc4f13d4b0f589567a5a0c18aa0bc0b02e authored over 1 year ago by Mike Urbach <[email protected]>
[LowerComb] Truth table to mux tree lowering (#5405)

Add a `truth_table` to mux tree lowering to the LowerComb pass.

3153652111a06afe370426450ac92d506fd02318 authored over 1 year ago by John Demme <[email protected]>
[Comb] Lower comb pass boilerplate (#5433)

Some operations in the comb dialect (e.g. comb.truth_table) are not directly supported by Export...

3a62185526d5342c319650696ace11c46f04c9ea authored over 1 year ago by John Demme <[email protected]>
[PyCDE] Fix parameterized extern mods (#5435)

External modules with parameters were being instantiated without the
parameters.

8e99df7133c4922d32edb0a8ff3bbbad1eb7176d authored over 1 year ago by John Demme <[email protected]>
[Python] Fix import path (#5434)

Absolute paths break PyCDE (and theoretically any other lib which embeds
CIRCT in its own names...

9b5ed39fbee27c377ccf72ee48bf6d2260541117 authored over 1 year ago by John Demme <[email protected]>
[CAPI][NFC] Address function prototype warnings (#5432)

030a9d1cb9d1639fa983e9fe7f3d310b90d3f0ca authored over 1 year ago by Daniel Resnick <[email protected]>
[Reduce] Add missing build deps on HW/FIRRTL dialects. (#5430)

Primary motivation is to fix header-gen dependence
(before this change, this includes header be...

09959a469700e898c2d2b65eae3bacfcccf5c61a authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL] ExtractClasses: Fix use-after-free. (#5429)

Fixes #5425.

This was on the module, but similarly don't erase
the IR until after removing f...

95172976818f92643211176e315699e2a40de0f6 authored over 1 year ago by Will Dietz <[email protected]>
[DependenceAnalysis][NFC] Fix CTAD warning.

This function just needs an ArrayRef, just pass in {op1, op2}.
(no need for a smallvector...)

S...

a897bd438aee2bb8e4d4dc235abfda68cd1fa673 authored over 1 year ago by Will Dietz <[email protected]>
[DCToHW] Add DCToHW conversion pass (#5298)

This commit adds a lowering of DC operation to a combination of
`comb,seq` and `hw` operations....

dcf8d1b0bd45e63cc51ae0eb30c3d0478b5b9768 authored over 1 year ago by Morten Borup Petersen <[email protected]>
[NFC] Fix annotation warning skipping

40fef5f48a2776b9c2085e76ad986beda4d18c83 authored over 1 year ago by Nandor Licker <[email protected]>
[NFC][LowerToHW] Silence zero-width dontTouch anno warnings

8c583c211d940b464d34d5bf38913e28307ae631 authored over 1 year ago by Nandor Licker <[email protected]>
[Pipeline] Add "ext" inputs to pipelines (#5347)

`ext` inputs are inputs which are accessible in any pipeline stage, and which will never be regi...

2c6732817e48ee0650253dbb1e5cb651aa004f74 authored over 1 year ago by Morten Borup Petersen <[email protected]>
[Pipeline] Add verifiers and fix register materialization pass (#5386)

Adds a bunch more verification to the `pipeline.scheduled` and `pipeline.latency` ops, as well a...

336b71ffb690fb8d4683b642d9b87102e7e53863 authored over 1 year ago by Morten Borup Petersen <[email protected]>
[Python] Turn off fail-fast in upload wheels job.

Currently, the MacOS jobs cannot succeed, but that shouldn't block the
Linux jobs. In general, i...

b63bca1e624aea3eaf17d3f3a1d6614415cfc4cb authored over 1 year ago by Mike Urbach <[email protected]>
[CI] Push circt python wheel to pypi nightly (#5412)

4d9c7e61e8dc16ba773a154b1273a9b85c7f5a70 authored over 1 year ago by rsetaluri <[email protected]>
[FIRRTL] Fix parsing issue where an intmodule didn't terminate the look ahead when skipping module bodies

7800b5a5d9af575bcb05e6aceb38a55af2058978 authored over 1 year ago by Andrew Lenharth <[email protected]>
[FIRRTL] Clean up instances in ExtractClasses. (#5395)

After classes are extracted from FIRRTL modules, the property ports of
the module are removed. ...

1651dddd18a349c56c2931c4ac7bd9bbcbff9ec0 authored over 1 year ago by Mike Urbach <[email protected]>
[NFC] Remove stray imports

c92f9a347384cb84708a9464058e290f8ede6901 authored over 1 year ago by Nandor Licker <[email protected]>
[FIRRTL][InferWidths] Tweak debug printing to show names and more bits. (#5415)

I've found that 0xFFF is not enough to always produce unique strings
for constraints I'm debugg...

6583e482bfbf7bfef58628e386ab21b9b06dee14 authored over 1 year ago by Will Dietz <[email protected]>
[OM] Expose ReferenceAttr to Python (#5413)

Co-authored-by: Nandor Licker <[email protected]>

4f510750b46fed80685d74cbfd4856e160465a19 authored over 1 year ago by Nandor Licker <[email protected]>
[Comb] Truth table operation (#5404)

Simple 2-state truth table, just as discussed in the ODM a while back. Lowering to something use...

5dffe3a5bf59afe653a3ea3c23875f485ec61914 authored over 1 year ago by John Demme <[email protected]>
[LowerIntrinsics] Touchup to avoid unused instance path cache. (#5411)

Only need InstanceGraph, so don't bother computing the paths.

Drop lookupInstNode, `InstanceG...

b98fd985eaac1df23b3de456989d62f635860bc5 authored over 1 year ago by Will Dietz <[email protected]>
[CI][Nighly] Fix disable corner

Serves me right for not testing on a branch first.

c58fa7015a08882d2611b1274476071c36b8e4af authored over 1 year ago by John Demme <[email protected]>
[CI][Nightly] Disable failing corner

The GCC/Release/Valgrind corner has been failing for some time #5253.
Disabling it until someone...

ec64b2d4561ceb80bf0d7bed3125e8102bad0bae authored over 1 year ago by John Demme <[email protected]>
[OM] Add API to iterate over an Object (#5402)

Add API to get the field names from an object and add a convenient iterator.

1ecd327fb06fb6fd328d0f3eb74b1dc01f77ef4f authored over 1 year ago by Prithayan Barua <[email protected]>
[FIRRTL] Delete CheckCombCycles, remove -use-old-check-comb-cycles. (#5410)

CheckCombLoops has replaced this for some time now.

Code lives on in version history if needed.

a3439504bf808bdc994fc7b8c353b4478e150126 authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL][InferWidths] Restore back-prop constraint for strictconnect. (#5409)

Fix #5408.

Unfix #5391.

This partially reverts commit 6c013204bdc32e836d204bec40d2edb47ddc...

5f9d04ef0abb666f02b9c1d3378fe48e761081d2 authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL] Replace deprecated casts in tablegen (#5406)

Follow up to bb14a6ffa9c1cc388b3c608f74a1f88ef555363d

b0d0a2236bb02fdbfe8b1a17088b805b802b4874 authored over 1 year ago by Hideto Ueno <[email protected]>
[HW] Fix type casts for nested type alias (#5339)

This fixes a small bug that alias-awaret type casts are not recursively
applied.

7d745ec5b40f852c314573024526a27943b0a4b8 authored over 1 year ago by Hideto Ueno <[email protected]>
[FIRRTL] Introduce a helper ODS class for type declaration, NFC (#5399)

This commit adds ODS class `FIRRTLDialectTypeHelper ` which inherits
FIRRTLDialectType to reduc...

7c9a53581860d9b1f25635b4869ad9fb7e4aa659 authored over 1 year ago by Hideto Ueno <[email protected]>
[FIRRTL] Initial pass to extract OM classes from FIRRTL modules. (#5394)

Modules with input or output properties are converted to OM
classes. The input properties becom...

8006aa87c92ca35843f6c760c3b748645cb10bbc authored over 1 year ago by Mike Urbach <[email protected]>
[FIRRTL] Use preferred cast style, NFC (#5401)

As mentioned in https://discourse.llvm.org/t/preferred-casting-style-going-forward/68443 and htt...

bb14a6ffa9c1cc388b3c608f74a1f88ef555363d authored over 1 year ago by Hideto Ueno <[email protected]>
[FIRRTL][InferWidths] Fix back-prop, fix ref equality, fix upper bound. (#5403)

Fix upperBoundSolution being set from bool indicating if cycle,
instead of the value solved for...

6c013204bdc32e836d204bec40d2edb47ddcd05d authored over 1 year ago by Will Dietz <[email protected]>
[OM] Simplify the Python instantiate API to just return Objects. (#5400)

This API previously accepted a Python dataclass as input, and used it
as a template to guide th...

c5aff9a9d4782fa53abf7659dfb892398e74a4a1 authored over 1 year ago by Mike Urbach <[email protected]>
[FIRRTL] Change `getBaseTypeOrNull` to `getBaseTypeIfPresent` (#5393)

Now that `getBaseType` handles all types, there is no need for
`getBaseTypeOrNull`.

49f73ebb2db5f7c308c17bef6a80ca38d68e3388 authored over 1 year ago by Andrew Young <[email protected]>
[FIRParser] Support BigInt constants (#5398)

ee30f389e6d36750f373a4e3c06a0891730ff39e authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL] Add BigIntConstantOp (#5397)

87897b7298560655bbc788b2b4e04ff427928717 authored over 1 year ago by Andrew Young <[email protected]>
[Seq] Add clock gate conversion to extern module (#5364)

Add the `ExternalizeClockGate` pass which converts all `seq.clock_gate`
ops in a design into in...

5271822348c6c9f185cbe480a4d93be3215a33c0 authored over 1 year ago by Fabian Schuiki <[email protected]>
[FIRRTL][FIRParser] Support define of non-identical refs via ref.cast. (#5389)

Teach emitConnect to insert ref.cast as needed.

0540d847eb2e041279854eeb4516a600b1c69921 authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL] Support const "source" in forces, insert refcast as needed. (#5388)

Better support literal and literal/const-derived sources to "force", and use ref.cast to accommo...

bc58a0104db0e3051134b683cd873d2193a72407 authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL] Add v2.4.0 Radix-specified Integer Literals

Add parsing support for FIRRTL 2.4.0 radix-specified integer literals.
These are an alternative ...

3199f2cd1ec6312353186ff0a83d437e55688bfc authored over 1 year ago by Schuyler Eldridge <[email protected]>
[FIRParser] Add support for BigInt types (#5385)

60fad91927d35c9d2b8c954b20095960e67244ca authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL][InferResets] Support RefCastOp. (#5387)

fdfa4236596ed2dda5799f463e3c346c96e7c5fe authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL][InferWidths] Support RefCastOp. (#5378)

898864aa9d4de67239c039eab59fd1fa58ee7a64 authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL][LowerTypes] Support RefCast. (#5377)

c2c182f63bf9ed0b29d0863ab38a7d930fcc1578 authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL] Add BigInt property type (#5384)

This adds a new type to the FIRRTL dialect, BigInt. A BigInt is a
signed integer of arbitrary ...

39c07079758077f7ba0992b6267b2bcfc61101e7 authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL][CheckCombLoops] Support property types (#5383)

This change adds support for property types to CheckCombLoops. Right now
property types show up...

00565a27e6b4e0715b2dc9f02e13e20d4edd7d9e authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL][InferWidths] Handle foreign and prop types uniformly (#5392)

This changes InferWidths to use a common pattern to filter out foreign
and property types. The...

fb7a78bb532650e9c1344f1e7f449f8d3290f55e authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL][IMCP] Skip over non-base types (#5382)

IMCP uses a helper `walkGroundTypes` to iterate over all the leaf
elements of a FIRRTLType. Th...

454237a2f558ca1534042fc8d014f1d62a20da8a authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL][LowerXMR] Resolve through refcast operations. (#5376)

60556b133926ac395410888b4c54172f7ae0733a authored over 1 year ago by Will Dietz <[email protected]>
[LowerToHW] Lower clock gate intrinsic to Seq dialect (#5363)

Lower the `firrtl.int.clock_gate` intrinsic to a `seq.clock_gate` op.

69460e42c40b2d771c6d7f5a716cb3cf2c654fe4 authored over 1 year ago by Fabian Schuiki <[email protected]>
[ExportFIRRTL] Implement C API

1a71c4d95718942dc1828a5b3f11473056848eb6 authored over 1 year ago by Sprite <[email protected]>
[FIRRTL] Whitespace cleanup, NFC

Signed-off-by: Schuyler Eldridge <[email protected]>

c6427928ce23e80a89e2a0895119cfaef2e68eb2 authored over 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Add utility for getting the assignment to a property value. (#5374)

This adds a helper similar to getSingleConnectUserOf, except for
PropAssignOp instead of Strict...

ad6b73e1f56e190ff5a405d5e24247312cf5890f authored over 1 year ago by Mike Urbach <[email protected]>
[Pipeline] Fix merge test failures

60763f2c053530661575d3c4dfd07c4450ac3f97 authored over 1 year ago by Morten Borup Petersen <[email protected]>
[Pipeline] Remove LI notion from pipelines (#5359)

Removes the notion that `pipeline` pipelines can be either latency insensitive or sensitive.
Th...

b1e12f3944e937766f5ac3a21c977bd6fd746619 authored over 1 year ago by Morten Borup Petersen <[email protected]>
[Pipeline] Add `pipeline.latency` operation (#5340)

The `pipeline.latency` operation represents an operation for wrapping
multi-cycle operations. T...

5dd674667a2e4f5975af9d7e319a734abb76014d authored over 1 year ago by Morten Borup Petersen <[email protected]>
[Pipeline] Add optional `stall` signal to pipelines (#5278)

This signal is intended to connect to all stages within the pipeline, and is used to stall the e...

42711776fe79fab1b7ec67fdface1a97695554c1 authored over 1 year ago by Morten Borup Petersen <[email protected]>
[FIRRTL][InferWidths] Skip over property types (#5381)

No property types have inferable widths, so we need to teach
InferWidths to gracefully ignore t...

b17caa3e44ff7fb79fb824ad26eeb0452232f4d5 authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL] Make version available to all Parsers

Change how the FIRRTL version is threaded through each of the different
FIRRTL parsers. Make th...

cc7412d9d5cfac1c1358a8ed2c72eafd52398da9 authored over 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Whitespace cleanup, NFC

Signed-off-by: Schuyler Eldridge <[email protected]>

8116622f745b005b6e70867137fffb72a2ae9a27 authored over 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Add RefCastOp for reset/width/const differences in refs. (#5372)

Per spec, need to allow define'ing refs into destinations that are less
inferred than their sou...

16719e9c5bb92bfbed50ecfcee5fff3525b663e1 authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL] Improve PropAssignOp verifiers (#5375)

This adds verifiers which:
1. check that a source is not a destination.
2. check that a sink i...

82807357f21a537345fd53137d391630a7d5a6f2 authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL][ExpandWhens] Support properties (#5373)

This change adds initialization checking of Property typed ports to the
ExpandWhens pass. This...

442d1ffd9347c9c906dedf5c51eea0886e5b8132 authored over 1 year ago by Andrew Young <[email protected]>
[FIRParser] Parse string constants (#5368)

da74840dc6fecc1dcadb0e7cae682f6a7ec7848a authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL][IMDCE] Remove dead operation from live set. (#5369)

No known issues here but keep these up-to-date,
may be important if the operation* is re-used.
...

0a70bc66aca95200f24e5904553d2468496562c2 authored over 1 year ago by Will Dietz <[email protected]>
[FIRRTL] Explicitly reject rwprobe of types containing const. (#5367)

Don't leave to verifier, better diagnostic this way.

7b52973af3a6e806779c78b650feb5c22b8567a0 authored over 1 year ago by Will Dietz <[email protected]>
[FIRParser] Parse PropAssignOps (#5365)

099378c316ffece2b8e8882748610ce2c5d0063a authored over 1 year ago by Andrew Young <[email protected]>
[FIRParser] Add support for parsing String types (#5362)

f72042620569083bc3ff2af488a2bade093add98 authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL] Add property assign op instead of using connect (#5361)

This adds a new statement to FIRRTL to assign a property to a property
sink. We stop allowing ...

5866e787802efb82d03cb5ea5747c54bf59fa302 authored over 1 year ago by Andrew Young <[email protected]>
[FIRRTL] Change _ names to demote in preserve mode none

Closes #5360

e8aa6366badb66418e52fff9e8f7238baf17f667 authored over 1 year ago by Andrew Lenharth <[email protected]>
[Pipeline] Refactor pipeline dialect to be block-based (#5332)

This commit refactors the pipeline dialect to be block-based. This brings a major representation...

d57b640d7baed36d17a1c14b1a0163a4b970a6c2 authored over 1 year ago by Morten Borup Petersen <[email protected]>
[ETC] Don't erase operations used by dead module instances #5357

Fix #5356. There is an edge case that ETC wrongly erase an extracted operation which is still us...

eb53062968b5c942fc1e43582e22060125266dc3 authored over 1 year ago by Hideto Ueno <[email protected]>
[Arc] Preserve extern modules as internal inputs/outputs (#5069)

Preserve instances of external modules in the arcilator pipeline rather
than removing them and ...

f55569d6b3eca31cfdcd9370a4798de94bbbf698 authored over 1 year ago by Fabian Schuiki <[email protected]>
[Arc] Fix mask bytes being reversed in concat

Fix an issue in `InferMemories` where the computation of the write mask
would produce a byte-rev...

78687c8482fbb83485af3b80c2c6c9d633f5c167 authored over 1 year ago by Fabian Schuiki <[email protected]>
[Arc] Split read latency into pre/post storage phases

Add support for more detail read latencies to the `InferMemories` pass.
It now supports a pre-st...

420fdd7e708895dad38baa99c6586663a58ef524 authored over 1 year ago by Fabian Schuiki <[email protected]>
[Arc] Add option to tap memory ports

Make the `InferMemories` pass optionally add taps on all memory input
and output ports. Enable t...

1fcde4ecd0f0d8e55b73f4c2304dfec836cc9ad8 authored over 1 year ago by Fabian Schuiki <[email protected]>
[Seq] Include InferTypeOpInterface for better builders; NFC

Include the `InferTypeOpInterface.td` file in `SeqOps.td` which
magically creates more builders ...

3bc186c5da776a1511dca910d389e9b5a3d5598a authored over 1 year ago by Fabian Schuiki <[email protected]>
[DependenceAnalysis] Check memref dependencies on each loop nest (#5287)

* fix issue #5284 and #4814

* add collect Op comments and test case

* add check for shared...

dbc3eded4cfad5ebf5129fd638d665be2fb6f8aa authored over 1 year ago by Matt H <[email protected]>
[NFC] Fix comb.add folder

222882d4b975ccf856edb2012ad2ec83abbca612 authored over 1 year ago by Nandor Licker <[email protected]>
[SV][ETC] Fix perf bug removing from a SetVector of slice results. (#5353)

On one design (-Odebug), ETC was taking 600s / 1100s total,
after this change only takes ~20s.
...

811e3e8911879ccd08d308666e0798947b6b9101 authored over 1 year ago by Will Dietz <[email protected]>