google / xls

XLS: Accelerated HW Synthesis
http://google.github.io/xls/
Apache License 2.0
1.21k stars 179 forks source link

[DSLX] Rename slice builtin to array_slice to match array_rev (vs rev) and array_size (vs std::sizeof) #1709

Closed cdleary closed 1 week ago

cdleary commented 1 week ago

Fixes #1688

Also fix a unsigned_sizeof straggler in the docs I saw along the way.

cdleary commented 1 week ago

Looks like this got merged just not in a way copybara closed it, thanks all!

proppy commented 1 week ago

Looks like this got merged just not in a way copybara closed it, thanks all!

Yes, we had to also fix internal code that was impacted by this.