circt icon indicating copy to clipboard operation
circt copied to clipboard

Circuit IR Compilers and Tools

Results 613 circt issues
Sort by recently updated
recently updated
newest added

Makes PyCDE BitVectorValue iterable using a generator

Above mentioned member function seems to only return the first port of the given direction for some reason. There is no regression test with more than one output port, thus...

bug
SystemC

This is my work-in-progress for changing the Grand Central taps and memtaps annotations to no longer rely on using FIRRTL extmodules but instead just annotate the source of the XMR...

Simple mechanical movement of Bundle and FVector to ODS definition.

The FIRRTL spec now includes zero-width literals, see https://github.com/chipsalliance/firrtl-spec/pull/40.

As of 1.1.0, version preamble is required for FIRRTL files. Include an appropriate version string when emitting FIRRTL so it may be parsed by tools expecting it.

FIRRTL

The nightly ccache hit rates used to be -- on average -- pretty good, but they've since dropped to

`std-to-handshake` technically contains it's own attempt at maxSSA through its liveness analysis/merge op insertion (https://github.com/llvm/circt/blob/main/lib/Conversion/StandardToHandshake/StandardToHandshake.cpp#L576). However, issues remain in the implementation, resulting in some circuits being processed incorrectly (todo: add...

Handshake

While the ccache is small for this (< 100MB), it runs on every commit and saves the updated ccache with the date. These add up, and contribute to our cache...

In some of the latest releases I've noticed macos/ubuntu precompiled binaries (which thank you!). Is it possible to add in Centos7 to this list?