- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone. i'm suppose to create a simple verilog based alarm clock project and the program it to a FPGA board to obtain the output. As i'm a beginner to this and i have no knowledge in programming the verilog code, can anyone guide me through this? I'm excited to learn about verilog. Please guide me. Thanks in advance.:cool:
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried anything? Have a go, when you get stuck post a more specific problem. Then we can help.
[url]http://vol.verilog.com/ (http://vol.verilog.com/)[/URL]- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can start by drawing out flow chart on how your alarm project should behave. Then code it. You can use QII Analysis & Synthesis compilation to help check the code syntax. To simulate the functionality, you can use Modelsim Altera Starter edition which is free.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
did you google around see if some potential solution applicable? !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello. Help me urgently. Does this code you wrote have a schema? And can you briefly explain to me what code is responsible for what. Post the code if you solved the problem with the reset?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I assume you want to reset the clock from another push button or similar available on your hardware? So, you'll need another input port and some conditional statement to reset your registers.
You already have statements like "min1=0" etc, to provision initial values. You need to repeat these within an always block to re-initialise these values when your reset signal is active. Cheers, Alex
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page