Skip to content

Releases: google/xls

v0.0.0-6465-g90d1a0771

29 Nov 07:53
Compare
Choose a tag to compare
[xls][mlir] Sort spawns regions topologically after OptimizeSpawns fi…

v0.0.0-6455-g62e2a7e91

27 Nov 07:52
Compare
Choose a tag to compare
[XLS] Only run LUT conversion pass once

This pass is about to get a bit too expensive to run in every fixed-point simplification pass.

PiperOrigin-RevId: 700533971

v0.0.0-6446-gca797d1e4

26 Nov 07:53
Compare
Choose a tag to compare
Make block conversion a pass in the unified generator.

PiperOrigin-RevId: 700145655

v0.0.0-6437-g36ec15f56

23 Nov 07:54
Compare
Choose a tag to compare
Fix broken test.

PiperOrigin-RevId: 699349166

v0.0.0-6424-g507358c72

22 Nov 07:54
Compare
Choose a tag to compare
github_workflows: clean up workflow

- rename workflow file to better reflect current state
- only deploy on push event (Fixes #1742)

PiperOrigin-RevId: 698950685

v0.0.0-6409-g56ed926d6

21 Nov 07:53
Compare
Choose a tag to compare
Reorder dataflow to be earlier in fixed-point pipeline

Dataflow is capable of making large simplifications so its good to have it earlier if we can.

PiperOrigin-RevId: 698542726

v0.0.0-6399-gcd901120a

20 Nov 07:54
Compare
Choose a tag to compare
Rename sample_cc_test.cc to sample_test.cc

This is testing sample.{h,cc}, so the test should be named
accordingly (probably a leftover to disambiguate from an earlier
Python test ?)

PiperOrigin-RevId: 698163964

v0.0.0-6396-gcf0639af3

19 Nov 07:53
Compare
Choose a tag to compare
github_workflows: clarify docs workflow name

PiperOrigin-RevId: 697829788

v0.0.0-6381-g64e6d11f2

16 Nov 07:54
Compare
Choose a tag to compare
In the LSP adapter, properly reference the text to be formatted.

PiperOrigin-RevId: 696971926

v0.0.0-6375-g7102b8489

15 Nov 07:54
Compare
Choose a tag to compare
github_workflows/doc: publish doc continuously

- enable on push
- enable on pull_request (this will skip deploy per: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#creating-a-custom-github-actions-workflow-to-publish-your-site)

follow-up to #1463

PiperOrigin-RevId: 696733559