Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

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

No branches or pull requests

2 participants