aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-05 05:00:00 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-05 05:00:00 +0200
commitf96cca00e08340e1cc5cbce8cde7bfe4d5b2c870 (patch)
tree69a2cc9a108e3db988896c625e7af2ff59b12785 /src/synth/synth-stmts.ads
parent759ea90fecb9b73e7b320fb86f290195d3c6e026 (diff)
downloadghdl-f96cca00e08340e1cc5cbce8cde7bfe4d5b2c870.tar.gz
ghdl-f96cca00e08340e1cc5cbce8cde7bfe4d5b2c870.tar.bz2
ghdl-f96cca00e08340e1cc5cbce8cde7bfe4d5b2c870.zip
synth: revert part of sequential assertion support. Fix #1285
The idea of adding conditions to the sequential flow is incorrect. Need to add wires.
Diffstat (limited to 'src/synth/synth-stmts.ads')
-rw-r--r--src/synth/synth-stmts.ads5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/synth/synth-stmts.ads b/src/synth/synth-stmts.ads
index 3d5c12081..330cf156e 100644
--- a/src/synth/synth-stmts.ads
+++ b/src/synth/synth-stmts.ads
@@ -161,11 +161,6 @@ private
-- Return value.
W_Val : Wire_Id;
- -- Condition.
- -- If No_Net, then it is like True.
- -- Set when the execution path is enabled.
- W_Cond : Net;
-
Ret_Init : Net;
when Mode_Static =>