can anyone help me with this error msg?

Status
Not open for further replies.

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!
 

see whether you have assigned both inside clk edge and outside
otherwise try to assign it to one more net
good luck
 

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)
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…