Altera_Forum
Honored Contributor
15 years agonon block
plese help me check"DataInVld" and "DataIn"...,they are driven more than one time,is it dangerous?
plese help me check"DataInVld" and "DataIn"...,they are driven more than one time,is it dangerous?
It isn't dangerous. I'm not a Verilog expert, but I believe that when you are in an 'always' block, the statements ale taken sequentially, not concurrently. In that case, you can have several assignments in the block, and the last valid one wins.
thanks for your kindly help!
it changes my known about verilog.