vscode-terosHDL
vscode-terosHDL copied to clipboard
When the wavedrom description is too big it dissapears of the module documentation.
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"] } --! ]}