You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(from @seldridgechipsalliance/firrtl#916) #214 makes sense, generally. The user should be able to add options. However, I think there's motivation for verilogToCpp or verilogToVerilator to choose specific options based on the value of firrtlOptions.compilerName. I.e., if the user has requested -X sverilog it would be reasonable to include -sv when calling Verilator automatically.
Note: once the options/annotations stuff lands, the clean way to do this is to examine the contents of the EmitterAnnotation.
The text was updated successfully, but these errors were encountered:
(from @seldridge chipsalliance/firrtl#916)
#214 makes sense, generally. The user should be able to add options. However, I think there's motivation for verilogToCpp or verilogToVerilator to choose specific options based on the value of firrtlOptions.compilerName. I.e., if the user has requested -X sverilog it would be reasonable to include -sv when calling Verilator automatically.
Note: once the options/annotations stuff lands, the clean way to do this is to examine the contents of the EmitterAnnotation.
The text was updated successfully, but these errors were encountered: