Expose standard version in VerilogInfo
Opened this issue · 0 comments
proppy commented
It'd be nice for the VerilogInfo
provider to expose the standard version as a field so that rules can opt-in into the version of the language they support.
That also could allow downstream rules like iverilog_compile
to inform upstream codegen rules about which flavor of the language they should generate (as discussed in google/xls#980).