Ganesh-AT

Results 35 comments of Ganesh-AT

The work-around for #162 is fairly simple: ``` {name: 'clk', wave: 'hpp...'}, ``` should give the desired waveform without rendering issues, as shown below. That said, @drom should clarify on...

The original issue and the recent September comment (DDR waveform with one regular clk_p and another dotted clk_n *in the same lane, simultaneously*) are actually orthogonal requirements. But, they can...

I poked into the code base a bit more, analyzed the SVG files created by WaveDrom, and looked up the SVG specifications to understand it. I dumped out two simple...

I was under the impression (based on looking at responses to previous issues) that adding another type of brick is 'very costly' in terms of the number of combinations that...

I also have another commit related to the above PR (to fix sub-cycles beginning with a gap) here: https://github.com/wavedrom/wavedrom/commit/6312c028293afb6d96b925a26f46ba946a98e149 I will push that in if / when this PR gets...

> > > Please add a test for this change. Do you mean an updated 'test.html' with new examples? [ test/test.html ] This is my first PR, and I am...

test-sub-cycles.html which had some of the old test vectors has now been updated with some of the newer ones in #244 cc @drom - Please let me know if there...

After additional testing / real-world use with my fork, I found an issue related to back-to-back sub-cycles with gaps inside them. Additionally, I had to add support for sub-cycles in...

Aliaksei, I have a patch that resolves all of the above rendering issues, as well as the signals from Cliff's e-mail report in Issue #163 / quirks in the closing...

Refactored the code attached in the ZIP above to reduce eslint complexity from 23 to 21 > the single file that I modified as part of my patch as a...