Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs in query language #74

Open
karimali03 opened this issue Feb 13, 2024 · 0 comments
Open

Bugs in query language #74

karimali03 opened this issue Feb 13, 2024 · 0 comments

Comments

@karimali03
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant