aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-13 05:37:25 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-13 05:37:25 +0200
commit30a88b328c7d4193883797f0841091b4cdb0c07b (patch)
treea5f4f5e87e99143e1909c89146bd5b026225b09a /src/synth/synth-stmts.ads
parent4f310c7b94d495500dd3834a7bd5a56e641f36ae (diff)
downloadghdl-30a88b328c7d4193883797f0841091b4cdb0c07b.tar.gz
ghdl-30a88b328c7d4193883797f0841091b4cdb0c07b.tar.bz2
ghdl-30a88b328c7d4193883797f0841091b4cdb0c07b.zip
synth-stmts: handle enumeration type in case, renaming.
Diffstat (limited to 'src/synth/synth-stmts.ads')
-rw-r--r--src/synth/synth-stmts.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-stmts.ads b/src/synth/synth-stmts.ads
index a5da03f56..5b8b0d9a3 100644
--- a/src/synth/synth-stmts.ads
+++ b/src/synth/synth-stmts.ads
@@ -24,5 +24,5 @@ with Synth.Context; use Synth.Context;
package Synth.Stmts is
-- Generate netlists for concurrent statements STMTS.
procedure Synth_Concurrent_Statements
- (Syn_Inst : Synth_Instance_Acc; Stmts : Iir);
+ (Syn_Inst : Synth_Instance_Acc; Stmts : Node);
end Synth.Stmts;