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 HDL - Tutorial Recommendations

Status
Not open for further replies.

bigdogguru

Administrator
Joined
Mar 12, 2010
Messages
9,821
Helped
2,350
Reputation
4,694
Reaction score
2,272
Trophy points
1,413
Location
Southwest, USA
Activity points
62,383
Please post your recommendations or critiques of tutorials concerning Verilog HDL.

VHDL tutorials seem to far out number Verilog tutorials, so I'm always on the lookout for any online Verilog resources.

One recommendation is the following site:



The FireFox browser is strongly recommend when taking this course.

The Verilog.com parent site is also a very good resource in general.
 

Another site with Verilog tips and tutorials is:

FPGA4FUN Website

Loaded with great tips and several tutorials, this is a great site to get you headed in the right direction.
 

A reasonably good example of coverting FSM Moore to Mealy in Verilog:

**broken link removed**
 

Using the SDRAM Memory on Altera’s DE2 Board with Verilog Design

This tutorial explains how the SDRAM chip on Altera’s DE2 Development and Education board can be used with a Nios II system implemented by using the Altera SOPC Builder. The discussion is based on the assumption that the reader has access to a DE2 board and is familiar with the material in the tutorial Introduction to the Altera SOPC Builder Using Verilog Design.
 

Site with background information and a tutorial, which explains the basics of Verilog from a hardware designer's perspective, also provides some useful tips and pointers to other Verilog information.
 

A simple introduction to digital design using Verilog, many features of verilog itself are left uncovered.


**broken link removed**
 

A short tutorial on the design and implementation of an Universal Asynchronous Receiver:


**broken link removed**
 

If you can express working of a digital circuit and visualize the flow of data inside a IC, then learning any HDL or Hardware Description Language is very easy.

Verilog Tutorial
 

Verilog HDL is one of the two most common Hardware Description Languages (HDL) used by integrated circuit (IC) designers. The other one is VHDL. HDL’s allows the design to be simulated earlier in the design cycle in order to correct errors or experiment with different architectures. Designs described in HDL are technology-independent, easy to design and debug, and are usually more readable than schematics, particularly for large circuits.



**broken link removed**
 

Tips and techniques to optimize your Verilog code for implementation:

**broken link removed**
 

Tips on Encoding State Machines with Verilog

**broken link removed**

Good comparison with VHDL
 

The centerpiece of the board is a Virtex-II Pro XC2VP30 FPGA (field-progammable gate array), which can be programmed via a USB cable or compact flash card. The board also features PS/2, serial, Ethernet, stereo audio and VGA video ports, user buttons, switches and LEDS, and expansion ports for connecting to other boards.


**broken link removed**
 

The Xilinx Integrated Software Environment (ISE) is a powerful and complex set of tools. The purpose of this guide is to help new users get started using ISE to compile their designs. This guide provides a very high-level overview of how the tools work, and takes the reader through the process of compiling. The ultimate reference to ISE is of course the official documentation, which is installed on every PC in the lab, and is available from the Xilinx website. Because the documentation is so voluminous, this guide will attempt to provide some help with finding the right sections of the documentation to read.

Tutorial with Verilog Sample Code

MIT Xilinx Tools Tutorial
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top