Skip to content

Bugs in query language #74

Description

@karimali03

In the syntax query language guide it is written that

  • 3 prev x — A wire with the value of x at time t-3 shifted to time t.
    but when I tried it it give me error and don't work and the same with next
    ex1: sootty example/example1.vcd -w "3 prev D0"
    ex2: sootty example/example1.vcd -w "3 next D0"
    it give me : AttributeError : 'Token' object has no attribute 'data'
  • time 4 — A wire with value 0 from until time 3, and value 1 from time 4 and after.
  • const 5 — A wire with a constant value of 5 at all points in time.
    but when try this it says that this wire does not exist

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions