diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-08-22 05:45:48 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-08-27 07:51:47 +0200 |
commit | 1db0e31470e458887db9d7ce04ace11c6f6320b9 (patch) | |
tree | 91c94a45417b555cb7df853f2995bac00d35c30f /src/synth/synth-inference.ads | |
parent | 76f621e49ba6342543e39375e707357cd0ed1b83 (diff) | |
download | ghdl-1db0e31470e458887db9d7ce04ace11c6f6320b9.tar.gz ghdl-1db0e31470e458887db9d7ce04ace11c6f6320b9.tar.bz2 ghdl-1db0e31470e458887db9d7ce04ace11c6f6320b9.zip |
synth: rework partial assignments
Diffstat (limited to 'src/synth/synth-inference.ads')
-rw-r--r-- | src/synth/synth-inference.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-inference.ads b/src/synth/synth-inference.ads index 371932f3e..377b481ab 100644 --- a/src/synth/synth-inference.ads +++ b/src/synth/synth-inference.ads @@ -18,6 +18,7 @@ -- Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, -- MA 02110-1301, USA. +with Types; use Types; with Netlists; use Netlists; with Netlists.Builders; use Netlists.Builders; with Synth.Environment; use Synth.Environment; @@ -30,6 +31,7 @@ package Synth.Inference is procedure Infere (Ctxt : Context_Acc; Wid : Wire_Id; Val : Net; + Off : Uns32; Prev_Val : Net; Stmt : Source.Syn_Src); end Synth.Inference; |