wavedrom / bitfield

:cake: bit field diagram renderer
MIT License
340 stars 26 forks source link

Longer bitfields #55

Closed kaustubhcs closed 1 year ago

kaustubhcs commented 1 year ago

Is it possible to display longer registers, 64 bits, 128 bits, or even some custom number x bits?

Thank you,

wmat commented 1 year ago

I believe you just set the bits variable to whatever value you want. It defaults to 32. So bits: 64 or bits: 128, etc.