As you certainly liked this Altera DE1 tutorial for blinking a LED on the board, you will love this one by doing the same easy thing but with GPIOs.
I'm sure you are really excited about that. So let's go.
Qsys is the new Altera SOPC Builder tool. So if you are using Quartus 13.0.x, you should have it.
Then, don't be surprised not having, for example, the simple SOPC Builder tool in your Quartus version.
You understood the structural description in Verilog.
You are currently using the Altera DE1 board.
Fine.
But you want more because you really want to understand how it works through a real example with your board.
In classic software programming there are a way to split whole code into several parts.
In Verilog there is also a technic to do the same. One calls that structural description.
It's like in C language, to talk outside the main function, it's necessary to have functions.
After installing Quartus II command-line interface for Windows you're ready to play with it.
The board used in this tutorial is the DE1 (EP2C20F484C7) with a Cycl0ne II FPGA.
The langage will be Verilog.
As I've noticed some bugs with the Linux version, I've decided to start using Altera Quartus II for Windows.
After installing and having an introduction to the ModelSim-Altera Starter Edition, it's time to see a really easy example by coding som
After installing ModelSim-Altera Starter Edition, what's better than testing it?
This is what we're going to see in this ModelSim-Altera Starter Edition introduction.
Simulation in HDL system is essential.
One calls that EDA for Electronic Design Automation.
It's like a debugger for a software program.
In this tutorial, we're going to see how to install ModelSim-Altera Starter Edition 10.1d simulation tool.
Blinking a LED, a basic step.
But without this first step, there won't be a second.
And without second, no third and so on.
This simple tutorial will explain basics in order to program a blinking system.
Thus this timer example in Verilog could be seen as an Hello World exercise.
Let's get started.