Re: problem with numeric_bit


Subject: Re: problem with numeric_bit
From: Colin Marquardt (c.marquardt@alcatel.de)
Date: Thu Oct 18 2001 - 07:42:48 MDT


Tuukka Toivonen <tuukkat@ees2.oulu.fi> writes:

>>Warning Don't know the type of the objec
>>I am assuming VARIABLE
>>Segmentation fault
>>
>>I'm using this package:
>>http://www.csee.umbc.edu/help/VHDL/packages/numeric_bit.vhd
>
> It looks I finally found the exact line which causes this, it is
> constant NAU: UNSIGNED(0 downto 1) := (others => '0');

You probably wanted
    constant NAU: UNSIGNED(1 downto 0) := (others => '0');

Of course, Savant should not crash on that but give a nice error
message (ideally referencing the right LRM section).

HTH,
  Colin



This archive was generated by hypermail 2b25 : Mon Mar 18 2002 - 13:00:02 MST