aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-expr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-expr.ads')
-rw-r--r--src/synth/synth-expr.ads5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/synth/synth-expr.ads b/src/synth/synth-expr.ads
index 66c1104c2..ed419ab76 100644
--- a/src/synth/synth-expr.ads
+++ b/src/synth/synth-expr.ads
@@ -122,11 +122,6 @@ package Synth.Expr is
-- Conversion to logic vector.
- type Logic_32 is record
- Val : Uns32; -- AKA aval
- Zx : Uns32; -- AKA bval (z=10, x=11)
- end record;
-
type Digit_Index is new Natural;
type Logvec_Array is array (Digit_Index range <>) of Logic_32;
type Logvec_Array_Acc is access Logvec_Array;