vscode-terosHDL icon indicating copy to clipboard operation
vscode-terosHDL copied to clipboard

When the wavedrom description is too big it dissapears of the module documentation.

Open DRubioG opened this issue 3 months ago • 0 comments

Describe the bug When the Wavedrom description is too big it dissapears in the module documentation. I think it is necessary to do more bigger the blank part or to put a slash bar.

To Reproduce Creates a big wavedrom.

Code --! { signal: [ --! { name: "a (3 bits)", wave: "x.2.2.2.2.x............", data: ["7","4","0","2"] }, --! { name: "b (3 bits)", wave: "x.22222222x...........", data: ["7","4","0","2","1","7","0","7"] } --! ]}

Image

DRubioG avatar Sep 19 '25 17:09 DRubioG