Skip to content

tick option with "every" specified does not change the tick placement #21

@abradd

Description

@abradd

In the code block below I define tick and every.

{signal: [
    {name: 'clk',   wave: 'l.h.l.h.l.h.l.h.l.h.l.h.l..'}
],
 head: { text: 'Test',
         tick:0,
         every:2
       },
 foot: { text: "Test2",
         tick: 0,
         every: 4
       }
}

If I use the online wavedrom editor it works as expected:

wavedrom

When using wavedrom-cli I instead get the image below:

test

I am using version 2.8.1 of wavedrom-cli.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions