Skip to content

Releases: google/xls

v0.0.0-4921-gb3b9e86ca

10 Apr 07:52
Compare
Choose a tag to compare
Add truncate/extend support for InlineBitmap.

Since these are used to implement Bits and similar things this functionality is only exposed as creating a new bitmap with the given size (or operating on an RValue).

Update bits_ops::Zero/SignExtend to work using this and add a new Truncate.

Micro-benchmarks show these as being an 75% less time.

PiperOrigin-RevId: 623290302

v0.0.0-4915-ge1b64b2b6

09 Apr 07:53
Compare
Choose a tag to compare
Automated Code Change

PiperOrigin-RevId: 623048936

v0.0.0-4912-g541c53bb7

07 Apr 07:54
Compare
Choose a tag to compare
Add state index to selector for "select before loop" in merge states …

v0.0.0-4911-g69c01ae0d

06 Apr 07:54
Compare
Choose a tag to compare
Automated Code Change

PiperOrigin-RevId: 622371722

v0.0.0-4899-gc93d25cb7

05 Apr 15:11
Compare
Choose a tag to compare
github/workflows/nightly:  fix release filename

GitHub action yaml attributes use `${{ env.VAR }}` to access env variables; but since we need a lowercase version use a wildcard to capture the arch dependent parts of the filename.

PiperOrigin-RevId: 622167553

v0.0.0-4883-g62d353748

04 Apr 07:52
Compare
Choose a tag to compare
Use `BlockContinuation` in benchmark main.

It abstracts the register initialization.

PiperOrigin-RevId: 621670157

v0.0.0-4871-g1f32f1988

03 Apr 07:52
Compare
Choose a tag to compare
[DSLX:TS] Rename InstantiateParametricArgs to AppendArgsForInstantiat…

v0.0.0-4862-g7de4143d5

02 Apr 09:48
Compare
Choose a tag to compare
dependency_support: switch lzma to a safer repo

- update rules_hdl to current HEAD
- also apply lzma patch to xls workspace's boost dep

PiperOrigin-RevId: 621077231

v0.0.0-4839-gc375d48be

29 Mar 15:06
Compare
Choose a tag to compare
github/workflows/nightly: add missing action params

- add content write permissions
- add target_commitish param

PiperOrigin-RevId: 620236628