Skip to content

Releases: google/xls

v0.0.0-8631-g54d784d14

10 Sep 07:50

Choose a tag to compare

Enable kEmptyRangeLiteral warning for TIv2

PiperOrigin-RevId: 805224805

v0.0.0-8619-g39c21bc15

09 Sep 07:51

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

Choose a tag to compare

Automated Code Change

PiperOrigin-RevId: 803750074

v0.0.0-8601-g532f2792a

05 Sep 07:47

Choose a tag to compare

[opt] Enhance Select Lifting to leverage commutativity of binary oper…

v0.0.0-8595-gf8ffc350c

04 Sep 07:48

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

v0.0.0-8579-gf0501d367

03 Sep 07:54

Choose a tag to compare

Add check for `cover!` builtin in TIv2.

PiperOrigin-RevId: 802336540

v0.0.0-8569-g5e1352862

30 Aug 07:48

Choose a tag to compare

Fix bug that IR converter fails to emit special attribute of parametr…

v0.0.0-8560-g7b20575df

29 Aug 07:48

Choose a tag to compare

Fix dslx_to_verilog when using TIv2, and cover both TI versions with …

v0.0.0-8556-g74061a479

28 Aug 07:50

Choose a tag to compare

Merge pull request #2940 from xlsynth:siruilu-20250823-show-dslx-body

PiperOrigin-RevId: 800215463

v0.0.0-8548-g381f0c050

27 Aug 07:48

Choose a tag to compare

Enable TIv2 for xls/dslx/interpreter_test.py

Updated expected error messages in test cases when switching to TIv2
Removed tests that are no longer considered invalid in TIv2.

PiperOrigin-RevId: 799749593