analogdevicesinc / doctools

Central repository to host tooling for automated documentation builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDL Regmap default value representation

gastmaier opened this issue · 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