Skip to content

Releases: google/xls

v0.0.0-7322-g6a3a869d9

21 Mar 07:47
Compare
Choose a tag to compare
Automated Code Change

PiperOrigin-RevId: 739037116

v0.0.0-7318-g869b5263b

20 Mar 07:47
Compare
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
Compare
Choose a tag to compare
Implement downcasting for apfloat when exponent width is also possibl…

v0.0.0-7286-g1be2ceefc

18 Mar 07:48
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.0.0-7212-gcde306b3b

08 Mar 07:49
Compare
Choose a tag to compare
Add Over/underflow noting version of UMul & SMul to abstract evaluator.

PiperOrigin-RevId: 734756110

v0.0.0-7194-ge0db13dcc

07 Mar 07:46
Compare
Choose a tag to compare
Merge pull request #1977 from xlsynth:cdleary/2025-03-05-simple-start…