Releases: google/xls
Releases · google/xls
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
v0.0.0-8579-gf0501d367
Add check for `cover!` builtin in TIv2. PiperOrigin-RevId: 802336540
v0.0.0-8569-g5e1352862
Fix bug that IR converter fails to emit special attribute of parametr…
v0.0.0-8560-g7b20575df
Fix dslx_to_verilog when using TIv2, and cover both TI versions with …
v0.0.0-8556-g74061a479
Merge pull request #2940 from xlsynth:siruilu-20250823-show-dslx-body PiperOrigin-RevId: 800215463
v0.0.0-8548-g381f0c050
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