H
HT-Lab
Guest
"PC" <pcvijay30@gmail.com> wrote in message
news:0ee4cb5c-32dc-40cc-bf84-8c14bd8ff049@25g2000hsx.googlegroups.com...
Hans
www.ht-lab.com
news:0ee4cb5c-32dc-40cc-bf84-8c14bd8ff049@25g2000hsx.googlegroups.com...
The code is fine, try compiling with the VHDL93 standard,Hi all,
I have a very very basic problem with the cadence VHDL compiler
For example
signal test : std_logic_vector( 15 downto 0);
begin
test<="1111111111111111" ; works fine
test<=x"ffff"; gives an error expecting an expression of type
STD_LOGIC_VECTOR 87[8.3] 93[8.4] why ?
Hans
www.ht-lab.com
thanks in advance
PC