Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

can anyone help me with this error msg?

Status
Not open for further replies.

aeneas81

Junior Member level 1
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top