Click here to Skip to main content
15,896,207 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
QuestionHandling notification events of a network adapter. Pin
Marimuthu.r6-Sep-07 19:17
Marimuthu.r6-Sep-07 19:17 
AnswerRe: Handling notification events of a network adapter. Pin
Dave Kreskowiak7-Sep-07 4:34
mveDave Kreskowiak7-Sep-07 4:34 
GeneralRe: Handling notification events of a network adapter. Pin
Marimuthu.r9-Sep-07 22:29
Marimuthu.r9-Sep-07 22:29 
GeneralRe: Handling notification events of a network adapter. Pin
Dave Kreskowiak10-Sep-07 1:41
mveDave Kreskowiak10-Sep-07 1:41 
AnswerRe: Handling notification events of a network adapter. Pin
fat_boy10-Sep-07 3:43
fat_boy10-Sep-07 3:43 
GeneralRe: Handling notification events of a network adapter. Pin
Marimuthu.r10-Sep-07 21:05
Marimuthu.r10-Sep-07 21:05 
GeneralRe: Handling notification events of a network adapter. Pin
fat_boy10-Sep-07 21:13
fat_boy10-Sep-07 21:13 
QuestionBeginner VHDL syntax problem Pin
MatthysDT6-Sep-07 5:29
MatthysDT6-Sep-07 5:29 
Hi, if there is anyone here with more than a week's VHDL experience, could you help me by telling me why the code below gives this error:

Error: Can't resolve multiple constant drivers for net y.s1 at Vending.vhd(54)


Here is the process: Both U and O are inputs, STATE is a signal representing the current state of the Finite State Machine.

PROCESS ( U, O)
BEGIN
        CASE STATE IS
            WHEN S4 =>
                IF O = '1' THEN
                    y <= S5;
                END IF;
            WHEN S6 =>
                IF O = '1' THEN
                    y <= S7;
                ELSIF U = '1' THEN
                    y <= S8;
                END IF;
            WHEN OTHERS =>
                y <= y;
        END CASE ;
END PROCESS ;


Regards



_______________________________________________________________________
http://www.readytogiveup.com/[^]
"you can't forget something you never knew..." M. Du Toit



AnswerRe: Beginner VHDL syntax problem Pin
Matthew Faithfull6-Sep-07 6:30
Matthew Faithfull6-Sep-07 6:30 
GeneralRe: Beginner VHDL syntax problem Pin
MatthysDT6-Sep-07 19:55
MatthysDT6-Sep-07 19:55 
GeneralRe: Beginner VHDL syntax problem Pin
rbuchana8-Sep-07 12:54
rbuchana8-Sep-07 12:54 
QuestionSystem specification change trouble Pin
DanB19834-Sep-07 5:56
DanB19834-Sep-07 5:56 
AnswerRe: System specification change trouble Pin
Big Daddy Farang6-Sep-07 6:12
Big Daddy Farang6-Sep-07 6:12 
GeneralRe: System specification change trouble Pin
DanB19836-Sep-07 6:55
DanB19836-Sep-07 6:55 
Question8.5 G.B Double Layer DVD Pin
nkjha131-Aug-07 2:55
nkjha131-Aug-07 2:55 
AnswerRe: 8.5 G.B Double Layer DVD Pin
#realJSOP31-Aug-07 10:18
professional#realJSOP31-Aug-07 10:18 
GeneralRe: 8.5 G.B Double Layer DVD Pin
Dan Neely31-Aug-07 10:36
Dan Neely31-Aug-07 10:36 
QuestionWiFi scanner Pin
Archyami30-Aug-07 17:22
Archyami30-Aug-07 17:22 
QuestionSlow Network Speed Pin
Dreamer200724-Aug-07 20:34
Dreamer200724-Aug-07 20:34 
AnswerRe: Slow Network Speed Pin
#realJSOP25-Aug-07 2:55
professional#realJSOP25-Aug-07 2:55 
AnswerRe: Slow Network Speed Pin
cp987625-Aug-07 17:46
cp987625-Aug-07 17:46 
AnswerRe: Slow Network Speed Pin
Sebastian Schneider27-Aug-07 4:32
Sebastian Schneider27-Aug-07 4:32 
QuestionAccessing ACPI system from code Pin
Tim Wuytens24-Aug-07 2:00
Tim Wuytens24-Aug-07 2:00 
AnswerRe: Accessing ACPI system from code Pin
simonchen.net5-Sep-07 16:00
simonchen.net5-Sep-07 16:00 
GeneralSetup help for Posiflex Bar-code scanner Pin
Brady Kelly23-Aug-07 1:01
Brady Kelly23-Aug-07 1:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.