Aliaksei Chapyzhenka

Results 367 comments of Aliaksei Chapyzhenka

Are you looking for Arrows? https://wavedrom.com/tutorial.html#arrows

Could you provide some example, of expected behavior?

Depend on : https://github.com/drom/tspan/issues/4

`wavedrom.json` file is not the code, and can't be loaded using `` tag. Your browser will not allow you to load local `json` files unless you are running `http` server.

Is the example below close to what you trying to achieve? Empty extra lane explicitly introduced for labels: ```wavedrom {signal: [ {name: 'foo', wave: 'p....'}, { node: '.A..B.'}, {name: 'bar',...

I understand now. Allowing `data` attribute on 0,1 and other segments do make sense. It should not break anything. PR is welcome.

This is intentional delay showing that any change of the signal happens after the clock edge.

> It's my first time to use wavedrom ,with edge browser. > Thanks for answering!!!!!!! > ![image](https://user-images.githubusercontent.com/83207855/116055325-2bd81080-a6af-11eb-89ea-11e0743380af.png) > > here is my code, it's not perfect: > {signal: [ >...

How about this solution? ``` {signal: [ {name: 'clk1', wave: 'l..N..'}, {name: 'clk2', wave: 'l.hN..'}, {name: 'clk3', wave: 'h..P..'}, {name: 'clk4', wave: 'h.lP..'}, ]} ``` ![image](https://user-images.githubusercontent.com/511872/118586459-a399d800-b74f-11eb-9c1e-2c1115a21f04.png) `clk1` : Before the...

@Treczoks could you provide an expected image that you would like to see rendered from this source?