Subject: problem with numeric_bit
From: Tuukka Toivonen (tuukkat@ees2.oulu.fi)
Date: Thu Oct 18 2001 - 05:46:47 MDT
Savant 1.02, egcs-2.91.66. This VHDL gives the following
messages when compiled and run:
s-inf-pc24 ~/work/vhdl> work._savant_lib/work_Dtestme_work_Dtestme_Dtest
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 gave lots of warnings when compiling.
library ieee;
use ieee.numeric_bit.all;
entity testme is
--empty
end;
architecture test of testme is
begin
process
variable int : integer;
variable bvec : bit_vector(0 to 7);
begin
int := TO_INTEGER(UNSIGNED(bvec));
wait;
end process;
end;
I'd rather avoid making a bug-report yet: maybe I'm doing
something wrong (I'm just learning VHDL).
-- | Tuukka Toivonen <tuukkat@ee.oulu.fi> [PGP public key | Homepage: http://www.ee.oulu.fi/~tuukkat/ available] | Try also finger -l tuukkat@ee.oulu.fi | Studying information engineering at the University of Oulu +-----------------------------------------------------------
This archive was generated by hypermail 2b25 : Mon Mar 18 2002 - 13:00:02 MST