EmbDev.net

Forum: FPGA, VHDL & Verilog verilog code for vending machine for given document


von vamshi (Guest)


Attached files:

Rate this post
useful
not useful
hi

Could you please send the code for attached pdf in verilog to 
vamshi8985@gmail.com

Thank you

von Emergency (Guest)


Rate this post
useful
not useful
Hi I undergarduate engineer student. I have no experience with VHDL 
electronics but can dance and play volleyball very good. I need 
implement fast furrier translation for stduent work until Tuesday. I 
have no idea. Please post code thank you sir.

von Erik (Guest)


Rate this post
useful
not useful
module vending_machine;

task do_coffee;
  begin
    #(10 min);
  end
endtask

initial begin
  do_coffee;
end

event after_lunch;

always @(after_lunch) begin
  do_coffee;
end

endmodule


Hope this helps!!!

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.