Skip to content

Commit

Permalink
Fix error numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Oct 31, 2024
1 parent 40b7d31 commit 139fe54
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
@@ -34,7 +34,7 @@ namespace diag {
slang::DiagCode UnrollLimitExhausted(slang::DiagSubsystem::Netlist, 1022);
slang::DiagCode NoteLoopContributes(slang::DiagSubsystem::Netlist, 1023);

slang::DiagCode NonconstWildcardEq(slang::DiagSubsystem::Netlist, 1023);
slang::DiagCode NonconstWildcardEq(slang::DiagSubsystem::Netlist, 1024);

slang::DiagGroup unsynthesizable("unsynthesizable", {IffUnsupported, SignalSensitivityAmbiguous, GenericTimingUnsyn, BothEdgesUnsupported, ExpectingIfElseAload,
IfElseAloadPolarity, IfElseAloadMismatch});

0 comments on commit 139fe54

Please sign in to comment.