analogdevicesinc/doctools

HDL Regmap default value representation

gastmaier opened this issue · 2 comments

The default value column in the regmap fields should have a length equal to (number of bits/4) rounded up.
that means, [7:0] 0x00000002 should render as 0x02 in the doc output.

Under implementation with commit 269e8b6

On main, just waiting bump version