Skip to content

Commit

Permalink
Suggest --ignore-timing in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Nov 21, 2024
1 parent b8ea856 commit ccee761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace diag {
engine.setMessage(SignalSensitivityAmbiguous, "non-edge sensitivity on a signal will be synthesized as @* sensitivity");
engine.setSeverity(SignalSensitivityAmbiguous, slang::DiagnosticSeverity::Warning);
engine.setMessage(EdgeImplicitMixing, "mixing of implicit and edge sensitivity");
engine.setMessage(GenericTimingUnsyn, "unsynthesizable timing control");
engine.setMessage(GenericTimingUnsyn, "unsynthesizable timing control (ignore with '--ignore-timing')");
engine.setMessage(BothEdgesUnsupported, "'edge' sensitivity will not be synthesized");
engine.setMessage(NoteSignalEvent, "signal event specified here");
engine.setSeverity(NoteSignalEvent, slang::DiagnosticSeverity::Note);
Expand Down

0 comments on commit ccee761

Please sign in to comment.