What is the meaning of this code statement in verilog? -


'define vend_a_drink {d,dispense,collect} = {idle, 2'b11} 

d - next_state
dispense - dispense drink
collect - collect coins
given statement included in code written using verilog vending machine.

when `vend_a_drink present replaced {d,dispense,collect} = {idle, 2'b11} during pre-compilation.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -