Sigasi Visual HDL Tutorials

The best way to get started with Sigasi Visual HDL (SVH) is by going through the interactive tutorial projects included in the tool.

Tutorial Project in SVH

In SVH VS Code, the tutorial project can be created through the Explorer View.

When you have no folder opened, the tutorial can be created through the link that is shown.

Create a Tutorial Project With No Folder Opened

When you already have a folder opened, the tutorial can be created through Sigasi Visual HDL > New Tutorial Project… in the context menu.

Create a Tutorial Project With a Folder Already Opened

Alternatively, the Sigasi: New Tutorial Project… command can be run through the Command Palette.

SVH VS Code tutorial projects

You will be prompted to type a name for your tutorial project, after which the tutorial will be opened in a new window.

SVH VS Code tutorial projects

Unlike SVH Eclipse, there is only one tutorial project available in SVH VS Code, which includes both VHDL and Verilog tutorials.

Once you create the tutorial project, a README file will be opened in the editor. Read through this file for the instructions on starting the tutorial.

Tutorial Projects in Eclipse

When you open a new SVH workspace using Eclipse, by default two tutorial projects open. You can start them by clicking File > New > Example… and choosing the desired tutorial from the list.

A new workspace offers the Verilog Tutorial and VHDL Tutorial as defaults. These cover Sigasi Visual HDL Designer Edition, Sigasi Visual HDL Professional Edition, and Sigasi Visual HDL Enterprise Edition features.

  • The VHDL Tutorial additionally covers the concept of VHDL libraries.
  • The Verilog Tutorial uses Verilog and SystemVerilog.
SVH Eclipse tutorial projects

In addition to typical HDL-related subjects, you will learn to graphically navigate projects, use the preprocessor, browse class hierarchies, export documentation, and much more.

TODO Tags

For SVH and our Eclipse software, tutorial instructions are embedded as comments in the source files. Following the TODO tags will guide you through them.

No previous knowledge about SVH is required to complete the tutorials.