Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > VHDL > Error in variable assignment

Reply
Thread Tools

Error in variable assignment

 
 
veenamgp veenamgp is offline
Junior Member
Join Date: Sep 2006
Posts: 1
 
      09-20-2006
Hi,

I want to assign a value to variable and then use this value for assigning for a signal. Such as

c<= (a and b) or (d:= a and b);

but its giving me an error

near ":=": expecting: ')'
near ")": expecting: ';'

can anyone suggest me the solution.

Thank you.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Variable variable name" or "variable lvalue" mfglinux Python 11 09-12-2007 03:08 AM
Assignment operator self-assignment check Chris C++ 34 09-26-2006 04:26 AM
Implicit iterator variable $_ changing to ### upon variable assignment? Derek Basch Perl Misc 8 08-12-2006 06:30 PM
Augument assignment versus regular assignment nagy Python 36 07-20-2006 07:24 PM
How do I scope a variable if the variable name contains a variable? David Filmer Perl Misc 19 05-21-2004 03:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57