Aliaksei Chapyzhenka
Aliaksei Chapyzhenka
Analog waves
_From [[email protected]](https://code.google.com/u/112117906073099522199/) on April 12, 2013 21:40:37_ I got multiple requests from analog HW folk about adding analog waveforms into the WaveDrom that makes it mixed-signal. I seems easy to...
From discussion here: https://groups.google.com/forum/#!topic/wavedrom/THreH-zNU7A > I have just started using Wavedrom. Its really good.. > I want to increase the font size of the text inside the "edge" option. Is...
Please describe your system environment before submitting your Issue.
WaveDrom performance data: Some data v1.0.1  All tutorial rendering ~230ms.  insertSVGTemplate ~40ms  Step 5 rendering ~16ms 
## `hl` ```js {signal: [ {name: 'pulse', wave: '0.hl.'} ]} ``` expected: 1.5 cycle active-high pulse ## `.l` ```js {signal: [ {name: 'pulse', wave: '0..l.'} ]} ``` expected: 1.5 cycle...
Related to: https://github.com/wavedrom/wavedrom/issues/48 https://github.com/wavedrom/wavedrom/issues/148 https://github.com/wavedrom/wavedrom/issues/163 https://github.com/wavedrom/wavedrom/issues/213 https://github.com/wavedrom/wavedrom/issues/240 https://github.com/wavedrom/wavedrom/issues/242
Based on discussion here: https://groups.google.com/d/topic/wavedrom/KDoRiDNoiTs/discussion
Chromium Version 80.0.3987.132 (openSUSE Build) (64-bit) Inconsolata installed via OpenSuSe system repo.  On all pages using `Inconsolata` like this: https://json-schema.org/understanding-json-schema/reference/array.html The font looks too wide like this: 
Some tests are wrongly marked as preprocessor tests.
This case looks like syntactically correct Verilog. ```verilog module foo (); always @(posedge 1'd0) begin end endmodule ``` If yes, what would it model? a `never` construct? unreachable state?