From d4c36d398f9ca32e5fad23298bcef1ed9473e7f9 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 28 Nov 2021 10:35:20 +0100 Subject: synth: add hooks to support elaboration of foreign instances --- src/synth/synth-environment.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'src/synth/synth-environment.ads') diff --git a/src/synth/synth-environment.ads b/src/synth/synth-environment.ads index 945642821..604ca0caf 100644 --- a/src/synth/synth-environment.ads +++ b/src/synth/synth-environment.ads @@ -120,6 +120,7 @@ package Synth.Environment is -- Set the gate for a wire. procedure Set_Wire_Gate (Wid : Wire_Id; Gate : Net); function Get_Wire_Gate (Wid : Wire_Id) return Net; + procedure Replace_Wire_Gate (Wid : Wire_Id; Gate : Net); -- The current value of WID. For variables, this is the last assigned -- value. For signals, this is the gate. -- cgit v1.2.3