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-expr.adb | |
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-expr.adb')
-rw-r--r-- | src/synth/synth-expr.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb index 5c0abe189..a21309b47 100644 --- a/src/synth/synth-expr.adb +++ b/src/synth/synth-expr.adb @@ -40,7 +40,6 @@ with Synth.Environment; use Synth.Environment; with Netlists.Gates; use Netlists.Gates; with Netlists.Builders; use Netlists.Builders; -with Netlists.Utils; use Netlists.Utils; with Netlists.Locations; use Netlists.Locations; package body Synth.Expr is |