aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-errors.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-19 12:26:24 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-19 12:26:24 +0200
commite03c4cb598c99190e870d08c6f1d547b9da046a7 (patch)
tree18f19503ee18bd4f881d10d6b14d9d35558ee760 /src/synth/synth-errors.ads
parentad1f40be3d78181debb4a3860951e6f1e204a1c3 (diff)
downloadghdl-e03c4cb598c99190e870d08c6f1d547b9da046a7.tar.gz
ghdl-e03c4cb598c99190e870d08c6f1d547b9da046a7.tar.bz2
ghdl-e03c4cb598c99190e870d08c6f1d547b9da046a7.zip
synth: use note messages for memories (instead of warnings).
Diffstat (limited to 'src/synth/synth-errors.ads')
-rw-r--r--src/synth/synth-errors.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-errors.ads b/src/synth/synth-errors.ads
index b6b5885c4..76506d430 100644
--- a/src/synth/synth-errors.ads
+++ b/src/synth/synth-errors.ads
@@ -34,4 +34,7 @@ package Synth.Errors is
procedure Warning_Msg_Synth (Loc : Location_Type;
Msg : String;
Args : Earg_Arr := No_Eargs);
+ procedure Info_Msg_Synth (Loc : Location_Type;
+ Msg : String;
+ Args : Earg_Arr := No_Eargs);
end Synth.Errors;