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

Bus comparison is supported in Definitions but not in Guarantees #38

Open
5nizza opened this issue Jan 23, 2021 · 0 comments
Open

Bus comparison is supported in Definitions but not in Guarantees #38

5nizza opened this issue Jan 23, 2021 · 0 comments
Labels

Comments

@5nizza
Copy link

5nizza commented Jan 23, 2021

hi! Not sure it is a bug or a feature: you can write a==b for two buses a and b in section DEFINITIONS but not in GUARANTEES:

INFO
{
  TITLE:       ""
  DESCRIPTION: ""
  SEMANTICS:   Mealy
  TARGET:      Mealy
}
GLOBAL
{
  DEFINITIONS { gua(a,b) = a==b; } // OK
}
MAIN
{
  INPUTS { a[10]; b[10]; }
  OUTPUTS { out; }
  GUARANTEES { G a==b; } // not OK
}
@kleinreact kleinreact added the bug label Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants