diff options
Diffstat (limited to 'src/vhdl/errorout.ads')
-rw-r--r-- | src/vhdl/errorout.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/errorout.ads b/src/vhdl/errorout.ads index bdc67226a..4b1ed23ee 100644 --- a/src/vhdl/errorout.ads +++ b/src/vhdl/errorout.ads @@ -80,6 +80,10 @@ package Errorout is -- Incorrect use of universal value. Warnid_Universal, + -- Mismatch of bounds between actual and formal in a scalar port + -- association + Warnid_Port_Bounds, + -- Runtime error detected at analysis time. Warnid_Runtime_Error, |