bitfield icon indicating copy to clipboard operation
bitfield copied to clipboard

:cake: bit field diagram renderer

Results 20 bitfield issues
Sort by recently updated
recently updated
newest added

Thank you for this software, I always use this from wavedrom. I want to use bigendian like as #22 too. I made it with small hacking, please pull up. ![2020-02-24-134911_806x180_scrot](https://user-images.githubusercontent.com/11357613/75129474-7a38fa80-570c-11ea-9cf8-4fc19c58e6f9.png)...

This is a feature/enhancement proposition. Bit field could be used to document binary packet format if there would be a variable length separator capability. Something like this : ![wavedrom_variable_length_field_proposal](https://user-images.githubusercontent.com/13847288/111671887-a9d80a80-8819-11eb-886d-1afa23becee9.png)

enhancement

Like this: ## Now ![](https://raw.githubusercontent.com/gist/PYGC/983b338195a4263c7631d126c4c77cb9/raw/2f7f96c285e288df3046dfd6afb34cd75bebf30f/PWR_CR4.svg) ## Show all number ![](https://raw.githubusercontent.com/gist/PYGC/983b338195a4263c7631d126c4c77cb9/raw/2f7f96c285e288df3046dfd6afb34cd75bebf30f/PWR_CR4_show_all_number.svg)

Issue moved from https://github.com/wavedrom/wavedrom/issues/257 Memory maps are conceptually similar to bitfields, except they're rotated on their sides. Memory maps may also be non-uniform in size, though that may be a...

enhancement

Please describe your system environment before submitting your Issue. Is there any way to put a character to the left of the register, similar to "R", "I", or "J" for...

enhancement

@nopeslide I have updated `wavedrom.com` to support compact mode. #23 ```js {reg:[ {name: 'IPO', bits: 8, attr: 'RO', type: 6}, { bits: 7}, {name: 'BRK', bits: 5, attr: 'RW', type:...

enhancement

Different ways of rendering Don't care bits. ![donotcareeffect](https://user-images.githubusercontent.com/511872/70777937-e45d1880-1d35-11ea-9e98-825e3b46d47f.png)

enhancement

The fields may overlap. intentional / non-intentional. Require specification to have independent (offset, width) Fields may go out of bounds of the register.

enhancement

Add class to the (path, line) elements for each field.

enhancement

If `attr` property of the field is number, render as binary. Align bits to the columns. Should we support for `?`, `x`, `z` ?

enhancement