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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -