Skip to content

Releases: google/xls

v0.0.0-5692-ge604affd4

23 Aug 07:49
Compare
Choose a tag to compare
Add a dslx proc example for a simple memory interface.

Also helps to identify issue with
https://github.com/google/xls/pull/1545

#xls-build-gardener

PiperOrigin-RevId: 666531259

v0.0.0-5685-gf08365208

22 Aug 07:47
Compare
Choose a tag to compare
Merge pull request #1550 from antmicro:64294-fix-frame-header-tests

PiperOrigin-RevId: 666198879

v0.0.0-5673-g5e3e6f143

21 Aug 07:46
Compare
Choose a tag to compare
block_evaluator_test_base uses absl::StatusCode. Add include.

#xls-build-gardener

PiperOrigin-RevId: 665562059

v0.0.0-5663-g5013b53fd

20 Aug 07:47
Compare
Choose a tag to compare
Merge pull request #1548 from xlsynth:cdleary/2024-08-18-enum-alias

PiperOrigin-RevId: 665048673

v0.0.0-5648-g6ca2c4c0d

17 Aug 07:46
Compare
Choose a tag to compare
Add the ability to replace nodes while cloning an AST.

This will be useful for implementing unroll_for! and replacing the loop variable refs in the body.

Retrofit the preservation of type definitions to use this mechanism.

PiperOrigin-RevId: 663935817

v0.0.0-5637-g144fb967e

16 Aug 07:47
Compare
Choose a tag to compare
modules/zstd: fix oss export

PiperOrigin-RevId: 663559924

v0.0.0-5616-gcb979890b

14 Aug 07:45
Compare
Choose a tag to compare
In the fuzzer/ast generator, add simple tuple destructuring in `let` …

v0.0.0-5612-g4e7bb3273

13 Aug 07:46
Compare
Choose a tag to compare
Automated Code Change

PiperOrigin-RevId: 662384991

v0.0.0-5603-g3aadb2f6c

10 Aug 07:46
Compare
Choose a tag to compare
Improve error message during block conversion of channels with no FIF…

v0.0.0-5601-g87e2699df

09 Aug 07:44
Compare
Choose a tag to compare
Added test to confirm parsing can generate conflicting ids per google…