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

kdist isn't as flexible as makefile #4669

Open
Stevengre opened this issue Oct 18, 2024 · 2 comments
Open

kdist isn't as flexible as makefile #4669

Stevengre opened this issue Oct 18, 2024 · 2 comments

Comments

@Stevengre
Copy link
Contributor

  1. kdist does not support all kompile options.
  2. Errors from kdist related to kompile are complex and not displayed.
@ehildenb
Copy link
Member

  • Which options from kompile do you need that kdist does not expose? We chose to only expose options "as needed", because we didn't want to expose all the options that weren't actually used by users.
  • Can you provide an example of this? I guess that can be improved by adding --verbose, for example.

@Stevengre
Copy link
Contributor Author

  • --bison-stack-max-depth does not expose.
  • A simplest example might be this one. The kompile will return an error report for this, but the kdist wouldn't.
module TEST
syntax X ::= 
endmodule

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants