The working of rockets is based on the principle of (1) Electricity (2) Kelper’s law (3) Newton’s law (4) Conservation of Momentum
10 42189hi i am kavita banjare iam 2007 passout studentin informaion technology. please give me technical paper.thanks sir............
1 5172If there are 10 text boxes in a form having same name, their value are different. Value of which textbox will be received on action script?
20 24444Post New Bajaj Interview Questions
What are qualifiers in c?
Which namespace is require to used XML in .NET?
What is the Designing & Selection Procedure for a DG/Transormer of rated capacity?
In sap bw/bi, what are the main areas and activities?
What is the command used to recompile the stored procedure at run time?
This program is in verilog and need help to get it working correctly. This is the code i have so far. Please help. Simple testbench would be great. Thanks\ 'define vend_a_drink {D,dispense,collect} = {IDLE,2'b11}; module drink_machine(nickel_in, dime_in, quarter_in, collect, nickel_out, dime_out, dispense, reset, clk) ; parameter IDLE=0,FIVE=1,TEN=2,TWENTY_FIVE=3, FIFTEEN=4,THIRTY=5,TWENTY=6,OWE_DIME=7; input nickel_in, dime_in, quarter_in, reset, clk; output collect, nickel_out, dime_out, dispense; reg collect, nickel_out, dime_out, dispense; reg [2:0] D, Q; /* state */ // synopsys state_vector Q always @ ( nickel_in or dime_in or quarter_in or reset ) begin nickel_out = 0; dime_out = 0; dispense = 0; collect = 0; if ( reset ) D = IDLE; else begin D = Q; case ( Q ) IDLE: if (nickel_in) D = FIVE; else if (dime_in) D = TEN; else if (quarter_in) D = TWENTY_FIVE; FIVE: if(nickel_in) D = TEN; else if (dime_in) D = FIFTEEN; else if (quarter_in) D = THIRTY; TEN: if (nickel_in) D = FIFTEEN; else if (dime_in) D = TWENTY; else if (quarter_in) 'vend_a_drink; TWENTY_FIVE: if( nickel_in) D = THIRTY; else if (dime_in) 'vend_a_drink; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; dime_out = 1; end FIFTEEN: if (nickel_in) D = TWENTY; else if (dime_in) D = TWENTY_FIVE; else if (quarter_in) begin 'vend_a_drink; nickel_out = 1; end THIRTY: if (nickel_in) 'vend_a_drink; else if (dime_in) begin 'vend_a_drink; nickel_out = 1; end else if (quarter_in) begin 'vend_a_drink; dime_out = 1; D = OWE_DIME; end TWENTY: if (nickel_in) D = TWENTY_FIVE; else if (dime_in) D = THIRTY; else if (quarter_in) begin 'vend_a_drink; dime_out = 1; end OWE_DIME: begin dime_out = 1; D = IDLE; end endcase end end always @ (posedge clk ) begin Q = D; end endmodule
can any one tell me in detail footing estimation .. i am new here in dubai so facing lots of problem...
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
is there more calories in buffalo milk than sheep milk?
What is linq in c# with example?
what i have lear by doing mba
What is the difference between silverlight and flash regarding animations?
What is the defination of job costing, batch costing and contract costing?
What two statements are required in an abap program to output an icon using a write statement?
Is hibernate thread safe?