diff options
Diffstat (limited to 'src/synth/netlists-inference.ads')
-rw-r--r-- | src/synth/netlists-inference.ads | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/synth/netlists-inference.ads b/src/synth/netlists-inference.ads index 291b135bd..91ae6228b 100644 --- a/src/synth/netlists-inference.ads +++ b/src/synth/netlists-inference.ads @@ -41,4 +41,10 @@ package Netlists.Inference is Prev_Val : Net; Stmt : Synth.Source.Syn_Src; Last_Use : Boolean) return Net; + + -- Called when there is an assignment to a enable gate. + function Infere_Assert (Ctxt : Context_Acc; + Val : Net; + En_Gate : Net; + Stmt : Synth.Source.Syn_Src) return Net; end Netlists.Inference; |