aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-environment.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-30 06:16:48 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-30 06:27:04 +0100
commitce7b33d5af8fe3a4ecdc5b342142a16cce3af0ac (patch)
treedb053cbd30f5b4bd87598e3635183d83f6863ceb /src/synth/synth-environment.ads
parentf4e47ad72f6b7ec7b519b3ea00dcf411dd46f7b8 (diff)
downloadghdl-ce7b33d5af8fe3a4ecdc5b342142a16cce3af0ac.tar.gz
ghdl-ce7b33d5af8fe3a4ecdc5b342142a16cce3af0ac.tar.bz2
ghdl-ce7b33d5af8fe3a4ecdc5b342142a16cce3af0ac.zip
synth: handle some rotation and shifts. Fix #1077
Diffstat (limited to 'src/synth/synth-environment.ads')
-rw-r--r--src/synth/synth-environment.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-environment.ads b/src/synth/synth-environment.ads
index 1f4b24711..acf97c45f 100644
--- a/src/synth/synth-environment.ads
+++ b/src/synth/synth-environment.ads
@@ -85,6 +85,7 @@ package Synth.Environment is
-- The current value of WID. For variables, this is the last assigned
-- value. For signals, this is the initial value.
+ -- A builder is needed in case of concatenation.
function Get_Current_Value (Ctxt : Builders.Context_Acc; Wid : Wire_Id)
return Net;
@@ -92,7 +93,6 @@ package Synth.Environment is
(Ctxt : Builders.Context_Acc; Wid : Wire_Id; Off : Uns32; Wd : Width)
return Net;
-
-- Read and write the mark flag.
function Get_Wire_Mark (Wid : Wire_Id) return Boolean;
procedure Set_Wire_Mark (Wid : Wire_Id; Mark : Boolean := True);