Releases: google/xls
Releases · google/xls
v0.0.0-8688-g65aa30d29
[Proc-scoped channels] Refactor the code that processes `config` meth…
v0.0.0-8685-g7540f6e14
Automated Code Change PiperOrigin-RevId: 807522558
v0.0.0-8680-g3646c6339
Merge pull request #3055 from xlsynth:meheff/2025-09-12-for-loop-ir-c…
v0.0.0-8673-g4b7973615
Update error_modules_test.py for TIv2 rollout PiperOrigin-RevId: 806102864
v0.0.0-8641-gd6797d11f
Fix a scenario in xlsynth function_zoo.x which fails with TIv2. PiperOrigin-RevId: 805635892
v0.0.0-8631-g54d784d14
Enable kEmptyRangeLiteral warning for TIv2 PiperOrigin-RevId: 805224805
v0.0.0-8619-g39c21bc15
Fix unused variables in XLS source code since they will create warnin…
v0.0.0-8609-gb5f5a6fa2
Automated Code Change PiperOrigin-RevId: 803750074
v0.0.0-8601-g532f2792a
[opt] Enhance Select Lifting to leverage commutativity of binary oper…
v0.0.0-8595-gf8ffc350c
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