google / xls

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

Document how to set channels depth #1559

Open proppy opened 2 months ago

proppy commented 2 months ago

It doesn't look we currently document how to set channels depth.

Ideally it should be mentioned in the following pages:

And featured in some of the existing proc examples.

proppy commented 2 months ago

I looks like https://github.com/google/xls/blob/main/xls/modules/zstd/ is the only place where they are currently used: https://github.com/google/xls/blob/00eeaf43b42c80f8533b2ff02d068508ef6afa83/xls/modules/zstd/block_dec.x#L56-L61