Skip to content

Releases: google/xls

v0.0.0-8688-g65aa30d29

17 Sep 07:48
Compare
Choose a tag to compare
[Proc-scoped channels] Refactor the code that processes `config` meth…

v0.0.0-8685-g7540f6e14

16 Sep 07:49
Compare
Choose a tag to compare
Automated Code Change

PiperOrigin-RevId: 807522558

v0.0.0-8680-g3646c6339

13 Sep 07:48
Compare
Choose a tag to compare
Merge pull request #3055 from xlsynth:meheff/2025-09-12-for-loop-ir-c…

v0.0.0-8673-g4b7973615

12 Sep 07:48
Compare
Choose a tag to compare
Update error_modules_test.py for TIv2 rollout

PiperOrigin-RevId: 806102864

v0.0.0-8641-gd6797d11f

11 Sep 07:48
Compare
Choose a tag to compare
Fix a scenario in xlsynth function_zoo.x which fails with TIv2.

PiperOrigin-RevId: 805635892

v0.0.0-8631-g54d784d14

10 Sep 07:50
Compare
Choose a tag to compare
Enable kEmptyRangeLiteral warning for TIv2

PiperOrigin-RevId: 805224805

v0.0.0-8619-g39c21bc15

09 Sep 07:51
Compare
Choose a tag to compare
Fix unused variables in XLS source code since they will create warnin…

v0.0.0-8609-gb5f5a6fa2

06 Sep 07:49
Compare
Choose a tag to compare
Automated Code Change

PiperOrigin-RevId: 803750074

v0.0.0-8601-g532f2792a

05 Sep 07:47
Compare
Choose a tag to compare
[opt] Enhance Select Lifting to leverage commutativity of binary oper…

v0.0.0-8595-gf8ffc350c

04 Sep 07:48
Compare
Choose a tag to compare
Switch Yosys statistics parsing from text to JSON output.

The Yosys synthesis service now uses `yosys tee` to write the output of `yosys stat` to a JSON file. The `yosys_util` library has been updated to parse this JSON file using `json11` to extract cell counts, area, and sequential area, replacing the previous regex-based parsing of the standard output.

PiperOrigin-RevId: 802850205