diff options
Diffstat (limited to 'src/synth/synthesis.adb')
-rw-r--r-- | src/synth/synthesis.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/synthesis.adb b/src/synth/synthesis.adb index 6c767ce2d..3a4ca3c4d 100644 --- a/src/synth/synthesis.adb +++ b/src/synth/synthesis.adb @@ -25,6 +25,7 @@ with Netlists.Builders; use Netlists.Builders; with Netlists.Utils; with Iirs_Utils; use Iirs_Utils; +with Iir_Values; use Iir_Values; with Elaboration; use Elaboration; with Synth.Environment; use Synth.Environment; |