aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-errors.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-28 05:53:26 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-28 05:53:26 +0100
commitcceab917794f7c6016519380dadd51a8f537e976 (patch)
tree5c18c448a68713e315bf4b2f4137fa211a6c818d /src/synth/netlists-errors.ads
parent4e4a7bb439596bac36488322cb190afc4efd935b (diff)
downloadghdl-cceab917794f7c6016519380dadd51a8f537e976.tar.gz
ghdl-cceab917794f7c6016519380dadd51a8f537e976.tar.bz2
ghdl-cceab917794f7c6016519380dadd51a8f537e976.zip
netlists-errors: can display instance numbers.
Diffstat (limited to 'src/synth/netlists-errors.ads')
-rw-r--r--src/synth/netlists-errors.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/netlists-errors.ads b/src/synth/netlists-errors.ads
index 33765017d..12302ecea 100644
--- a/src/synth/netlists-errors.ads
+++ b/src/synth/netlists-errors.ads
@@ -22,7 +22,11 @@ with Errorout; use Errorout;
with Netlists.Locations;
package Netlists.Errors is
+ -- For instances:
+ -- %n : name
+ -- %i : instance number
function "+" (N : Instance) return Earg_Type;
+
function "+" (N : Net) return Earg_Type;
function "+" (N : Sname) return Earg_Type;
function "+" (N : Instance) return Location_Type