diff options
Diffstat (limited to 'src/synth/synth-environment-debug.ads')
-rw-r--r-- | src/synth/synth-environment-debug.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synth-environment-debug.ads b/src/synth/synth-environment-debug.ads index 6e846eff6..13264cddf 100644 --- a/src/synth/synth-environment-debug.ads +++ b/src/synth/synth-environment-debug.ads @@ -16,6 +16,7 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <gnu.org/licenses>. +generic package Synth.Environment.Debug is procedure Put_Wire_Id (Wid : Wire_Id); procedure Debug_Wire (Wid : Wire_Id); |