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

[ibis] Fix reblock use of erased ops (#6222)

Fix a bug in the IbisReblockPass where an erased op was being pushed into
a SmallVector. Delay...

af2b3e13661b618b8f806f7c15fc5e6f2e1b7033 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[MSFT] Remove Python extensions for non-existant structure ops. (#6221)

The MSFT module and instance ops have been removed; these Python
extensions are dead code.

21a0be8248d7db4e7fd042e0e860be5b34572160 authored about 1 year ago by Mike Urbach <[email protected]>
[HW] Change printer for modules (#6205)

This is quite invasive. This converts from the functiontype printer to the moduletype printer.
...

164dbaf9cd048c8611063b5f18200b054120ed60 authored about 1 year ago by Andrew Lenharth <[email protected]>
[Arc] Move LegalizeStateUpdate before StateAlloc (#5830)

39fad38d3af2daede9aff49581f1f7afb61d91f1 authored about 1 year ago by Zachary Yedidia <[email protected]>
[FIRRTL] latestFIRVersion -> exportFIRVersion, NFC

Change the name of the constexpr `latestFIRVersion` to `exportFIRVersion`
as this is not the "la...

48a2c30c67c7cc9ae961092d96e0a9fb9dad1982 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Bump FIRRTL version to 3.3.0 for parsing

Change the gating of new FIRRTL features from 3.2.0 to 3.3.0. Simplify
this through the use of ...

d4d71bd4d11ff00383953bf54639225c8e78b144 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[Arc] Improve handling of seq.clock type

Add missing handling of the new `!seq.clock` type. This mainly means
introducing additional cast...

fe376a8052f3ce8cf9e15b38d27415fb7a6f28c1 authored about 1 year ago by Fabian Schuiki <[email protected]>
[FIRRTL][LOA][NFCI] Use FieldRefCache. (#6215)

58a8b18ae6a55e13d34ce4ccfeec1e169c49d84a authored about 1 year ago by Will Dietz <[email protected]>
[Support] Extend TypeConversionPattern to apply to a single op type

0f37de27f2fc3f59872fb27cfd0102a6d92c5b68 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[FIRRTL][NFC] suuport -> support typo fix.

6f24c2c71dbe4f93d7d9125ebe669ba118422579 authored about 1 year ago by Will Dietz <[email protected]>
[FIRRTL][LOA][NFC] Fix stray newline in header comment.

60f24472b5d0e58016f007a81433d0bcc0193a83 authored about 1 year ago by Will Dietz <[email protected]>
[Ibis] Add `ibis-prepare-scheduling` pass (#6166)

Prepares `sblocks` for scheduling by:
1. Defining an operation `ibis.pipelineheader` that provi...

76546688423f5b8c8b7ca9d570d839ff4e6e766e authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Pipeline] Run pipeline scheduling on any `IsolatedFromAbove` region

33019c70b20b8b469278476e9f9d5ec919ffcd11 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Reblock should also create blocks around non-delimited ops (#6218)

e.g. any MLIR block which contains ops should be moved into ibis `sblocks`. The `ibis.sblock.inl...

a0ce6e73a7651515beca77ddbec51e876f8827ab authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Add CSE before tunneling

303fddeb8b60ae615c53f010c85374a6b2981913 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Add ibistool (#6206)

Adds `ibistool` - a tool for driving Ibis lowerings. The tool has two
modes - low-level and hig...

6b7387382542a4b450c797deb40b0e6c0cc21c2e authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Seq][FirMemLowering] Create correct width constant for mask (#6214)

`FirMemLowering` is creating incorrect width mask, when the optional mask input
is missing fro...

c8ab1e11632349413759024bf5644b68f62dacda authored about 1 year ago by Prithayan Barua <[email protected]>
llvm: Small bump to get version that passes tests. (#6211)

44ec36e3e8c5f83ab7a8912274591cf4eb1aeebe authored about 1 year ago by Will Dietz <[email protected]>
Bump LLVM (#6207)

There were three breaking changes in LLVM:

1: In the LLVM dialect, NullOp was replaced with a...

d64d0cb8a0bbc87cced7cd3466472c16876357e0 authored about 1 year ago by Robert Young <[email protected]>
[FIRRTL] Simplify getFieldRefFromValue, add+use FieldRefCache. (#6181)

As suggested in review to avoid worst-case behavior causing
many repeated walks of same indexin...

c41670afbaf48476838b7a6a1582175ae7b0fdc5 authored about 1 year ago by Will Dietz <[email protected]>
[ExportVerilog] Fix line out in debug verilog locations (#6210)

Line offset count was incorrectly incremented outside else block, which
resulted in incorrect ...

b377223148ff0128193b89177a4668ee6597b5d6 authored about 1 year ago by Prithayan Barua <[email protected]>
[OM][Bindings] Make Python Evaluator Object hashable (#6204)

Implement the proper `__hash__` and `__eq__` methods for Object, such that it
can be used in d...

6607338e3415aab40fde4be6d1ebea45c4d18d55 authored about 1 year ago by Prithayan Barua <[email protected]>
[FIRRTL][RefSubOp] Add getAccessedField helper method. (#6208)

Similar method exists on our other indexing operations, add this to allow generic reasoning abou...

e15128af61064a14c9993ca3205435dd64e6b406 authored about 1 year ago by Will Dietz <[email protected]>
[Python] Use Ninja and LLD if avaiable when building wheel (#6165)

Ninja + LLD builds much faster than the default config (make+ld) so use it when they are in PATH...

71651a8ba125259650d78f077b16aab1481c4c5e authored about 1 year ago by Hideto Ueno <[email protected]>
[Ibis] Add missing argument passing to pass constructor

... oops.

ee6c3ee6e65238ea2485ee38779c2e788806d6ee authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Fix issues in Tunneling and PortRef lowering (#6202)

Tunneling did not work in case the same port was requested for multiple tunneling purposes (e.g....

72a556df28fd97a4d7d103312d46b258bf1d8ff8 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[FIRRTL] Allow more folds of "weak" annotations

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

4da6a4d83adfaf33936118f6f5b3b608196dbdce authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Remove "weak" annotated ports

Modify FIRRTL's RemoveUnusedPorts pass to remove ports that have only
"weak" annotations.

Signe...

cc940668e1e873eb55139dc4277000703f80c923 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Remove "weak" annotated in IMDCE

Change FIRRTLS inter-module dead code elimination (IMDCE) pass to delete
declarations which have...

43e143c8ac33f7c410681ee9bd2f59eebf87879c authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Remove "weak" annotated in IMCP

Change FIRRTL's inter-module constant propagation (IMCP) pass to remove
things which have consta...

f773f7bb6f6089a2887d574f23ccb6f558282cbd authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Canonicalize connects off "weak" annos

Extend `canonicalizeSingleSetConnect` to look through weak annotations
that can be deleted.

Sig...

7995c2c15fbda2fb4dce332b504a9829ace92c42 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Use methods for IMDCE anno deletion, NFC

Switch from a static method to annotation member functions to determine of
a port with annotatio...

41dffd36cbbf76346db3e4c9445f338edd91ae4c authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Add "removable" methods to Annotations

Add member functions to Annotation and AnnotationSet that can be used to
query if a specific Ann...

0ff71625c6c85e52d060ae8554986615d5741f5b authored about 1 year ago by Schuyler Eldridge <[email protected]>
[firtool] Add GroupSink pass to firtool

Add the GroupSink pass (basic sinking of operations into groups) to the
firtool pipeline just be...

16f4f765751a9554296080045bc4b046c00c2e73 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Add very simple GroupSink pass

Add a new pass, GroupSink/firrtl-group-sink, which will sink operations
that are only used by op...

7ea9badefdc126e65f193afd6fca67407da5bee8 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[ExportVerilog] Format specifiers: hierpath separation character (#6192)

Support format specifiers on Verbatim*Op substitutions. The first one only applies to hierpaths:...

b8df34d0649fd8845ec7b96a6e1c426a2a4b027f authored about 1 year ago by John Demme <[email protected]>
[Ibis] Also remove reads of writes in clean-selfdrivers

6735dfa983f6510df7e7653f24f32a13d57b6195 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Fix clean selfdrivers in case of external reads (#6201)

c401c4c2aecdfef1f7d9f2f144a35da9bf9e1861 authored about 1 year ago by Morten Borup Petersen <[email protected]>
Revert "[Ibis] Fix clean-selfdrivers in cases of external reads"

This reverts commit d068f3068a35b57160cae3a572539d8e76581117.

e948167eeead4b195502a29a29e0b0f5ca3548e5 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Fix clean-selfdrivers in cases of external reads

d068f3068a35b57160cae3a572539d8e76581117 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Add missing dependent dialect to `ibis-clean-selfdrivers`

551629a8f7f3acbbc2404d0192b4cf8e81cd9458 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[FIRRTL] Test whitespace cleanup, NFC

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

0053d5913984145d71a31e93fbfaaebff8305bcc authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL][LOA] If no changes made, mark all analyses preserved. (#6187)

249ae37e8821a6c459764a25618144c5defdb0a5 authored about 1 year ago by Will Dietz <[email protected]>
[Ibis] Print offending port name and use count on containers-to-hw error (#6186)

* [Ibis] print offending port name and use count on containers-to-hw error

* format

20854d1147c5db1f38fa99e042d5558d515f95a5 authored about 1 year ago by blakep-msft <[email protected]>
[Pipeline] Remove internal clock, reset,stall signals. (#6196)

This also simplifies the stage enable signals, seeing as the entry enable signal will now always...

290d917c022d25f2817ee6d97eb23084e27304ce authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Allow tunneling from `hw.module`s (#6195)

6f3a00aa7af99bcc141856760340a62d54cd893e authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] fix roundtripping of read/write ops

88b2e69940ba532596d75d7d7651557e363d2eef authored about 1 year ago by Morten Borup Petersen <[email protected]>
[firtool] Add -no-dedup option

Add an option to disable structural deduplication of FIRRTL modules.

Signed-off-by: Schuyler El...

7245b61676d6c9defa10ed460a4266793b5fe08f authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Disable dedup to avoid Windows failures?

Complete shot in the dark to fix some weird failures on Windows CI. These
tests started failing...

fd00bf3f853e35c064c72519b2da9e931c4d9dd5 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Test whitespace cleanup, NFC

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

4d8b29bcb537ac7b48e9e62f55554b878be67975 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[firtool] Deprecated -dedup option (#6188)

Deprecate the "-dedup" option. Make this a no-op and always run FIRRTL
deduplication. It woul...

3b6f737c360fa19e3f16f9ea4856128f36ce9296 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL] Test whitespace cleanup, NFC

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

c86dbb194565fbe75cee74c615746773fdc245c1 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL][Hoist] Mark all analyses preserved if no changes. (#6185)

Avoid analysis + re-verification if nothing changes.

5509c245d51ca91ed7bfc7b5742d2d7e458b57b2 authored about 1 year ago by Will Dietz <[email protected]>
[firtool] Add LowerGroups pass (#6182)

Add the LowerGroups pass to firtool. Add an end-to-end test that includes
nested groups.

Si...

ec89ec9fbabe92c056c804085e69517614e1a2d2 authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL][DropConst] Mark InstanceGraph preserved. (#6183)

This pass doesn't require it but mark it preserved as passes
before/after might (presently they...

71258cf25ba5c2bd00af0e80e63ef91c5f9c5326 authored about 1 year ago by Will Dietz <[email protected]>
[FIRRTL] Add early exit to LowerGroups

Add an early exit to the LowerGroups pass if no groups are found in the
design. If this happens...

a8dd6b72882a4e4237eb7049b3d027dcc8da5674 authored about 1 year ago by Schuyler Eldridge <[email protected]>
Remove GlobalRefOp, GlobalRefAttr

Remove the now unused global reference operations and attributes. These
have been fully migrate...

993732aa1cd79cb2d4235a54414439ab66d932fa authored about 1 year ago by Schuyler Eldridge <[email protected]>
[FIRRTL][HoistPassthrough] Add pass to hoist must-driven output ports. (#6115)

Basic driver analysis to detect must-driven values and hoist/rematerialize them using equivalent...

81ef908d66caa2ddb668012cc491effd5058dad7 authored about 1 year ago by Will Dietz <[email protected]>
[Python] Downgrade setuptools_scm, drop python 3.7 as EOL (#6180)

The wheel version string has been broken for python>=3.8. It seems
recent version of setuptools...

cb0c8afd9611c4ecb356a9b35d5aa27e19f5b723 authored about 1 year ago by Hideto Ueno <[email protected]>
[Ibis] Add container instantiation test

5a1d0eea905adb40c42c3638ac0435c59700f313 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Don't assume scoperef parent in `GetPortOp` canonicalization

`ibis.get_port`s isn't required to be parented by a scope op - don't assume so when canonicalizi...

f640e9ee4d077f0ff65cb0a4e53ca19b3facb6d4 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Add Ibis CF to Handshake conversion (#6164)

Converts an `ibis.method` into an `ibis.method.df` by converting
controlflow using `cf` to `han...

0a37e57f212ba2e76f3676f6b31b0005271c8fd3 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[PyCDE] Fix versioning

Versioning now working again locally. Hopefully closes #6178.

c1734d05e2c9da3a696f40a7f54d97de94f50813 authored about 1 year ago by John Demme <[email protected]>
[NFC][ESI][MSFT] Move AppIDs over to ESI (#6177)

Since AppIDs serve as system identifiers, they classify as a system
construction feature. So th...

1b901c33b840fbb99f1dc602a6acb7fd2d8a45a7 authored about 1 year ago by John Demme <[email protected]>
[NFC] Prefer (void) over (), quiet prototype warnings.

Will be same in C23, but until then be explicit.

ca5affe6a184faf50906e56d448da19aaa14438d authored about 1 year ago by Will Dietz <[email protected]>
[PyCDE] Refactor ESI collateral packaging

4cfa7cf9f41e32bf5a87411e3daa7e4b41f629fd authored about 1 year ago by John Demme <[email protected]>
[Python] Remove CI options that only applied to MacOS universal. (#6169)

We were having problems with the universal MacOS wheels, so we
reverted back to just building t...

6b1f86c3609ffead02bd820148c593da7c876063 authored about 1 year ago by Mike Urbach <[email protected]>
[ESI] Fix path to capnp schema

The test this affected only passed because I had a leftover file in my
build dir. (And it doesn'...

84221b7e3e67b124596af745689c56a95c97bc2b authored about 1 year ago by John Demme <[email protected]>
[MSFT] Remove DiscoverAppIDs pass (#6175)

Replaced this with AppIDIndex API. Also cleans up a few mothballs.

235dd22c216a089882cea18ac2f66385b04959ff authored about 1 year ago by John Demme <[email protected]>
[HW] Allow for quoted struct field names (#6174)

Change `parseKeyword` to `parseKeywordOrString` in `StructType`, such
that struct field names t...

c38e15a4f8e28c33e1d46894885b6976fb4e7d59 authored about 1 year ago by Fabian Schuiki <[email protected]>
[MSFT] Rip out MSFTModule et. al. (#6161)

Closes #6109.

ab58b2851589b0771b0162fea6f5b58f4183ffaf authored about 1 year ago by John Demme <[email protected]>
[Ibis] Put PathDirection enum in Ibis namespace

Accidently omitted the namespace.

f3bd4d2f05877859c41d0e4d7defde9455268aa0 authored about 1 year ago by John Demme <[email protected]>
[PyCDE] Fixing a PyCDE integration test

All the PyCDE tests are passing again

6d41b669eec62f336028eb9b3a997fe4c30c0a3c authored about 1 year ago by John Demme <[email protected]>
[FIRRTL] Add Double property type. (#6167)

Double-precision floating point type.

Add attribute, constant op, and parse + emit support.
...

32c1db21d497142e83dec1b62fb3ce8f470c9de1 authored about 1 year ago by Will Dietz <[email protected]>
[MSFT] Finally move away from GlobalRefOp (#6168)

Switch to HierPathOp. Closes #5183.

ff1f72d328e94c2bde47251e3e1f8455e4f2969c authored about 1 year ago by John Demme <[email protected]>
[HW] Fix ModuleType::getInputType to return InOutType for InOut port (#6162)

`ModuleType::getInputTypes` returns inout types for inout ports but `getInputType` doesn't wrap ...

960195fbf4a60ba09c8745c0519ed56d62109181 authored about 1 year ago by Hideto Ueno <[email protected]>
[Ibis] Add `ibis.method.df` operation (#6163)

Ibis dataflow methods share the same interface as an `ibis.method` but without imperative CFG-ba...

77630d57ecbe8eb4e9e3ab81443883c501d6889f authored about 1 year ago by Morten Borup Petersen <[email protected]>
[NFC][Ibis] Remove unused variable

e6989c81eba42b5548c86d7fed07457a70c5c76b authored about 1 year ago by Morten Borup Petersen <[email protected]>
[CFToHandshake] Refactor towards genericness (#6156)

A couple of minor refactors - more will come - to allow for using `CFToHandshake` on things othe...

60db6832b4c2cc2c2d83f279cb93dd47daa11e10 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[NFC][ExportVerilog] Move location emission functions to class (#6154)

Way to many interleaved functions for them to be free functions - refactor as a class.

75c00d78d8237d620e0dd4af8a7d4b0308c087b0 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[HW] Align instance_like_impl verification with `getReferencedModule` (#6155)

Previously, `instance_like_impl::verifyReferencedModule` and `instance_like_impl::getReferencedM...

b2c56896bb132760c139cc890cbd7d3a62c1c049 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[PyCDE] Switch over to new AppIDIndex (#6160)

f52624565c8d4a4671dd5b7284d0cff271d69070 authored about 1 year ago by John Demme <[email protected]>
[MSFT] AppIDIndex add methods for querying paths

- `getChildAppIDsOf` to inquire about all of the AppIDs contained by a
module.
- `getAppIDPathAt...

0510ad8caa57277e81eb15fc0031ddbc8081ba39 authored about 1 year ago by John Demme <[email protected]>
[MSFT] Moving to hw::HWModuleLike to fix a crash in PyCDE

Now that PyCDE is producing HWModules, we can't assume things are
MSFTModules anymore.

a7aa8c8d879d7a1b116d537df2ee2965dc1bb812 authored about 1 year ago by John Demme <[email protected]>
[PyCDE] Fixing a few more tests

More i1 -> Clock fixes

ff545e963ba8d1f801189a985966080a64e68954 authored about 1 year ago by John Demme <[email protected]>
[PyCDE] Switch over to new !seq.clock type

This change broke pycde to all hell, but it's something I've been
meaning to do for a long time.

e50b6dc5326d5e95647ef510dcc23242c17d52a5 authored about 1 year ago by John Demme <[email protected]>
[MSFT] Make AppID discovery an index rather than a pass (#6152)

Discovering AppIDs used to be a pass and only worked on `msft.module`s. Since we're removing the...

a9f55cab808f6e3f40c5b5186f9f609d56073337 authored about 1 year ago by John Demme <[email protected]>
[CI] Hotfix macosx python wheel (#6158)

d41743229165991d5eb3dfbb526129853b40f6dc authored about 1 year ago by Lenny Truong <[email protected]>
[ExportVerilog] Remove useless assert from NameCollector (#6147)

The `NameCollector` is only used to compute declaration word and type
string length such that w...

ca41d322d553592b366d64645d396078b787974f authored about 1 year ago by Fabian Schuiki <[email protected]>
[FIRRTL][IMDCE] Mark all objects as alive (#6157)

36d26566792622befd3b5e225d3918f9acd75c92 authored about 1 year ago by Robert Young <[email protected]>
[ExportVerilog] Add verilog debug locations to output MLIR (#6092)

Use the PrettyPrinter CallbackToken API, to record print events and store the
verilog output l...

7556e9798738944d026053f5983a6b53628f92ce authored about 1 year ago by Prithayan Barua <[email protected]>
Make `--maximize-ssa` run on all regions

... instead of restricting it to just `func.func`s.

03eb57d28ff4b6bee28d61a6eed4ddc563c4a6cb authored about 1 year ago by Morten Borup Petersen <[email protected]>
[ExportVerilog] Support CallSiteLoc and NameLoc emission (#6131)

Adds suppport for CallSiteLoc and NameLoc locations in export verilog.
I tried to do this witho...

339b5fef9c9e42504ebaa08dcc25a5d0f401d13e authored about 1 year ago by Morten Borup Petersen <[email protected]>
[HW] Fix `cast` in HWInstanceGraph

Too strong of an assumption - changed to `dyn_cast` because we cannot assume that _all_ nodes ar...

fd141e17b65b9916199f077474b50ebeb122bb15 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[NFC][Handshake] Adjust handshake interface defs and file locs (#6150)

6b9b69a94f738b8cae4ed51cda37116aef24475d authored about 1 year ago by Morten Borup Petersen <[email protected]>
[Ibis] Allow multiple return values for `ibis.method` (#6151)

The prior motivation for a single return value was to enforce... well, exactly that. However, th...

8d7abdd5f368986152e96aa40f2c1372ff820ca4 authored about 1 year ago by Morten Borup Petersen <[email protected]>
[MSFT] Implicit InnerRefAttr printer crashes on null attributes

Printers should *never* crash since they are used when printing asm
which doesn't verify.

6132720b3a99d30a75608874d749cf03251d8969 authored about 1 year ago by John Demme <[email protected]>
[HW] InnerRefAttr printer crashes on null attributes

Printers should *never* crash since they are used when printing asm
which doesn't verify.

28d89832038514805942c6fc4475a94bd1cf8ef1 authored about 1 year ago by John Demme <[email protected]>
[OM] Python bindings for om integer (#6042)

Implement the python bindings for the `om.integer` attribute. Add support to
create `om::Integ...

10da65bf1d6ab4c93689f69c0532356aab85e194 authored about 1 year ago by Prithayan Barua <[email protected]>
[HW][Python] Add name getters for ModuleType (#6149)

`argNames` and `resultNames` attributes were removed from HWModule (https://github.com/llvm/cir...

8129d5de502a8cd5d861438e99f823babc5cebb0 authored about 1 year ago by Hideto Ueno <[email protected]>