Aliaksei Chapyzhenka
Aliaksei Chapyzhenka
it is not possible right now. Looks like `imm[12]` and `offset[12]` carry the same semantic information in the picture? Would it make sense to do something like: ```wavedrom {reg: [...
Or maybe something even more explicit:  ```wavedrom {reg: [ {bits: 7, name: 'opcode', attr: 'BRANCH'}, {bits: 1, name: '[11]', type: 3}, {bits: 1, name: '[1]', type: 3}, {bits: 1,...
Can it be done with CSS? https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_multicol_layout
More links * https://www.oreilly.com/library/view/pdf-explained/9781449321581/ch04.html * https://medium.com/@jberkenbilt/the-structure-of-a-pdf-file-6f08114a58f6 * https://github.com/lillallol/outline-pdf-cjs * getOutline
No, this feature is not being implemented yet. I have some questions: Are we talking about this particular example with one variable length field in the end? Can this field...
Assuming the are only 2 XLEN cases (32 and 64) Would it be less confusing just to write them down? ## MXLEN=32  ## MXLEN=64  ```js {reg: [ {bits:...
v1.5.0 done page numbers
I still fixing some bugs, but you can try using it. I have added instruction in the README.md file https://github.com/drom/verilog-pinlist
Could you create node bindings, that would wrap any verialted module and then discover pinlist dynamically?
Online WaveDrom editor comes with predefined set of skins. If you want to add your custom skin you will need to use some environment where you can add JS code....