Verilog code examles

Ask questions about projects relating to: aerodynamics or hydrodynamics, astronomy, chemistry, electricity, electronics, physics, or engineering
Locked
buffalobuki
Posts: 3
Joined: Tue Dec 12, 2006 6:56 pm

Verilog code examles

Post by buffalobuki »

I am working on project where I have to "connect" SONY controller with a FPGA Spartan 3E board through microController and then connect the same FRGA board to the ping pong gun that should be able to aim the ping pong ball up/down/left/right towards specific target. That ping pong gun will be build with 4 dc stepper motors; 1 for aiming left/right, 1 for aiming up/down, 1 for moving up/down, 1 for moving left/right. So I have to write Verilog code for that gun. Also that gun should be able to move in any direction, and to shot the ball. All that will be done by user who will be using that SONY controller. So my qusetion is whether you have any Verilog code that can realize that process ?
Louise
Former Expert
Posts: 921
Joined: Mon Jan 16, 2006 2:17 pm

Re: Verilog code examles

Post by Louise »

buffalobuki wrote:I am working on project where I have to "connect" SONY controller with a FPGA Spartan 3E board through microController and then connect the same FRGA board to the ping pong gun that should be able to aim the ping pong ball up/down/left/right towards specific target. That ping pong gun will be build with 4 dc stepper motors; 1 for aiming left/right, 1 for aiming up/down, 1 for moving up/down, 1 for moving left/right. So I have to write Verilog code for that gun. Also that gun should be able to move in any direction, and to shot the ball. All that will be done by user who will be using that SONY controller. So my qusetion is whether you have any Verilog code that can realize that process ?
You should probably ask this on the computer science forum... you should also clarify if you are just looking for code to control your stepper motors (which is probably relatively easy) or if you want some AI to play against the user (by moving the ping pong gun around). I can't really understand what specifically you are asking about.

Have you tried googling- I found a lot of sites with sampel verilog code.
Locked

Return to “Physical Science”