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

Add option to generate header comment without cheby version #59

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

lorenzschmid
Copy link
Contributor

Add option to --header argument to generate header comment without cheby version but including cheby arguments:

  • none: No header generated
  • args (new): Print the arguments with which cheby was called:
    // Do not edit.  Generated by cheby using these options:
    //  --input=reg.cheby --gen-consts=reg_consts.sv --consts-style=sv --header=args
    
  • commit: Print the arguments as well as the cheby version:
    // Do not edit.  Generated by cheby 1.7.dev0 using these options:
    //  --input=reg.cheby --gen-consts=reg_consts.sv --consts-style=sv --header=commit
    
  • full: Print the arguments, cheby version as well as user and time of generation:
    // Do not edit.  Generated by cheby 1.7.dev0 using these options:
    //  --input=reg.cheby --gen-consts=reg_consts.sv --consts-style=sv --header=full
    // Generated on Thu Oct 03 14:51:04 2024 by schmid
    

@tgingold-cern tgingold-cern merged commit f26068e into tgingold-cern:master Oct 3, 2024
2 checks passed
@tgingold-cern
Copy link
Owner

Thanks!

@lorenzschmid lorenzschmid deleted the header-args branch November 14, 2024 09:04
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

Successfully merging this pull request may close these issues.

2 participants