Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Verilog Coding for Coin Acceptor

Status
Not open for further replies.

Husaini

Newbie
Joined
Jun 11, 2022
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
22
Hello..so I have some project that I need to complete asap. So, can you guys help me about Verilog coding of coin acceptor?So, the coin acceptor can read the coin inserted and then display its value at FPGA 7-segment?


So this is the example video of what I want but this gentleman use VHDL but I want it in Verilog. Hope you guys can help me.
 

First of all, I don’t think anybody is going to watch a 13 minute video; i’m not.

What, exactly, do you want? Do you want somebody to just write some Verilog for you so that you can ‘complete your project asap’? Plenty of people would do that for you, that’s how we make our living. What’s your budget?
 

First of all, I don’t think anybody is going to watch a 13 minute video; i’m not.

What, exactly, do you want? Do you want somebody to just write some Verilog for you so that you can ‘complete your project asap’? Plenty of people would do that for you, that’s how we make our living. What’s your budget?
The time stamp is around 8:50. That is how I want my value stated at FPGA.

I want some help to complete my coding because of some error, not asking for “somebody to just write some Verilog” to complete it all. Yeah, I already ask many people and they said 300$ is still not enough. Satisfied?
 

Hi,

I didn´t see this video --> I´m with Barry on this.
I´m used to schematics, flow charts, state diagrams...

Just focussing on the display:
since none of us knows what display this is, whether there is a display controller or not. If not: whther it is CC, CA, needs to be multiplexed..

I recommend you to go step by step:
* find out how it works
* write code for just enabling a single segment
* then write a decoder for displaying "0" to "9" on a single digit
* then write code for all digits. Multiplexed ot not..

Klaus
 

@Husaini
I want some help to complete my coding because of some error, not asking for “somebody to just write some Verilog” to complete it all.
Then show us what you have done and where is the error?

This is a typical graduate school project and is not difficult (assuming that the task has been clearly described to you and understood by you).
Have you prepared a state-machine? if yes show us the state diagram.
If you have written some RTL, where is it?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top