Jul 6, 2004 #1 A aeneas81 Junior Member level 1 Joined Jun 14, 2004 Messages 19 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 198 Dear all, I've tried to compile some code using Altera Quartus II but was unsuccessful because of the following error : Error: VHDL error at usb_controller.vhd(281): can't infer register for signal tx_mode[1] because signal does not hold its value outside clock edge I couldn't identify this error as I don't understand what it means, can any one out there help me with this? Thanks in advance!
Dear all, I've tried to compile some code using Altera Quartus II but was unsuccessful because of the following error : Error: VHDL error at usb_controller.vhd(281): can't infer register for signal tx_mode[1] because signal does not hold its value outside clock edge I couldn't identify this error as I don't understand what it means, can any one out there help me with this? Thanks in advance!
Jul 16, 2004 #2 B brmadhukar Advanced Member level 3 Joined Jun 21, 2002 Messages 839 Helped 42 Reputation 84 Reaction score 11 Trophy points 1,298 Location India Activity points 6,783 see whether you have assigned both inside clk edge and outside otherwise try to assign it to one more net good luck
see whether you have assigned both inside clk edge and outside otherwise try to assign it to one more net good luck
Jul 21, 2004 #3 A ashishjindal76 Member level 4 Joined Dec 5, 2003 Messages 78 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,286 Activity points 779 use d flip flop ashish
Aug 6, 2004 #4 B BGA Advanced Member level 4 Joined Apr 25, 2001 Messages 111 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,298 Activity points 751 You assign the signal value into two different processes: the first clocked on the rising edge of the clock and the second clocked on the falling edge (check all the point in wich you change the signal value)
You assign the signal value into two different processes: the first clocked on the rising edge of the clock and the second clocked on the falling edge (check all the point in wich you change the signal value)