Skip to content

Releases: google/xls

v0.0.0-7346-gdef2cb14b

25 Mar 07:44

Choose a tag to compare

Update rules_hdl version to pick up klayout version bump.

This fixes the error fetching klayout 0.29.0 which seems to no longer exist in PyPI (https://github.com/hdl/bazel_rules_hdl/pull/394). Also fixes an issue with edu_berkeley_abc (https://github.com/hdl/bazel_rules_hdl/pull/396).

PiperOrigin-RevId: 740170159

v0.0.0-7333-gc46f905df

23 Mar 07:47

Choose a tag to compare

Integrate LLVM at llvm/llvm-project@dd3addf954ac

Updates LLVM usage to match
[dd3addf954ac](https://github.com/llvm/llvm-project/commit/dd3addf954ac)

PiperOrigin-RevId: 739536477

v0.0.0-7322-g6a3a869d9

21 Mar 07:47

Choose a tag to compare

Automated Code Change

PiperOrigin-RevId: 739037116

v0.0.0-7318-g869b5263b

20 Mar 07:47

Choose a tag to compare

Add a 'Forced' state to lazy_dag_cache and children

This allows one to set a particular key to a known fixed value irrespective of the computations of other nodes. This Forced key acts as a break on updates propagating.

PiperOrigin-RevId: 738582081

v0.0.0-7308-g5878eafac

19 Mar 07:48

Choose a tag to compare

Implement downcasting for apfloat when exponent width is also possibl…

v0.0.0-7286-g1be2ceefc

18 Mar 07:48

Choose a tag to compare

Respect predicates on state read/update in state-channel conversion.

This also re-factors the test a bit to make it easier to test different scenarios.

PiperOrigin-RevId: 737782487

v0.0.0-7274-gb4578db9d

15 Mar 07:45

Choose a tag to compare

Declare `struct xls_bits`.

Opaque `struct xls_bits` was used, but never declared.

While at it: sort this list.

PiperOrigin-RevId: 737018093

v0.0.0-7259-g6de1b6363

14 Mar 07:47

Choose a tag to compare

Enables state element sharing for pipelined loops in function calls f…

v0.0.0-7249-g5836ebbcb

12 Mar 07:48

Choose a tag to compare

Fix unbiased_exponent and bias to return the standard values for IEEE…

v0.0.0-7228-g5c5a7485a

11 Mar 07:48

Choose a tag to compare

Add a helper for writing textprotos to arbitrary ZeroCopyOutputStreams

Also adds the `cc_proto_library` target for the DesignStats proto.

PiperOrigin-RevId: 735535024