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 Compiler Build Information to Output Verilog #2461

Open
seldridge opened this issue Jan 14, 2022 · 1 comment
Open

Add Compiler Build Information to Output Verilog #2461

seldridge opened this issue Jan 14, 2022 · 1 comment

Comments

@seldridge
Copy link
Member

seldridge commented Jan 14, 2022

When emitting Verilog it would be useful to also include information about what version of the Scala FIRRTL Compiler generated it. This will help with users providing bug reports and avoid confusion about what Verilog was generated with the Scala FIRRTL Compiler vs. an alternative FIRRTL compiler.

h/t @rpadler

@ekiwi
Copy link
Contributor

ekiwi commented Jan 14, 2022

That is a good idea! The SMT/Btor backend already does that:

protected def generatedHeader(format: String, name: String): String =

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

2 participants