Releases: google/xls
Releases · google/xls
v0.0.0-7322-g6a3a869d9
Automated Code Change PiperOrigin-RevId: 739037116
v0.0.0-7318-g869b5263b
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
Implement downcasting for apfloat when exponent width is also possibl…
v0.0.0-7286-g1be2ceefc
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
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
Enables state element sharing for pipelined loops in function calls f…
v0.0.0-7249-g5836ebbcb
Fix unbiased_exponent and bias to return the standard values for IEEE…
v0.0.0-7228-g5c5a7485a
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
Add Over/underflow noting version of UMul & SMul to abstract evaluator. PiperOrigin-RevId: 734756110
v0.0.0-7194-ge0db13dcc
Merge pull request #1977 from xlsynth:cdleary/2025-03-05-simple-start…