Aliaksei Chapyzhenka

Results 367 comments of 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: ![image](https://user-images.githubusercontent.com/511872/220546308-4a0ab560-3b5e-4669-a09d-35172e0ea8ed.png) ```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 ![image](https://github.com/user-attachments/assets/78c39bd0-7789-4be6-8e56-c190e6e13a68) ## MXLEN=64 ![image](https://github.com/user-attachments/assets/293ef885-3424-4aee-a935-2d166ae62a82) ```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....