Custom VHDL code formating
A few people asked me recently if the VHDL code formater in Sigasi can be customized to their code style. So I decided to write a blog post about so it can easily be Googled.Can the formatter of Sigasi...
View ArticleUsing Autocomplete Templates in Sigasi 2
VHDL is a very verbose language. You have to type a lot to describe your design and there is often a lot of redundancy in what you write. One of the purposes of using Sigasi is to improve your...
View ArticleUsing Custom Templates in Sigasi 2
In a previous blog post, Using Autocomplete Templates in Sigasi HDT, I introduced autocomplete templates in Sigasi 2 and demonstrated how to use the pre-defined templates. In this post I'll explain how...
View ArticleSigasi 2.9 Preview
The upcoming Sigasi 2.9 will contain a brand new scoping framework. This scoping framework is core functionality of Sigasi that links identifiers with the correct declaration. In the older versions, we...
View ArticleUsing VHDL2008 fixed point package in Sigasi
The IEEEVHDL 2008 fixed point package is currently not included in the Common Libraries of Sigasi (VHDL 2008) projects.read more
View ArticleCall for feedback: A new way to compile Sigasi/Eclipse project dependencies...
Sigasi allows you to split your design in multiple projects. This is an efficient way to deal with with big designs.read more
View ArticleScripting Sigasi project creation
When you start using Sigasi, the first thing you have to do is set up a Sigasi project. This consists of two steps: (1) selecting the VHDL files that you want in your project and (2) configuring in...
View ArticleHow to avoid absolute (library) paths in your Sigasi Project files
Sigasi 2.21 introduced more default path variables. Read the first comment for more details. In this blog post, I will describe how you can use path variables to avoid system dependent, absolute paths...
View ArticleImporting a Xilinx ISE project in Sigasi
Although project setup in Sigasi is in most cases straight forward, it remains a hurdle, certainly if you already have a 'project definition' in another tool. I have blogged about Scripting Sigasi...
View ArticleGenerating a Sigasi project from a Vivado project
I have blogged before on how to import Xilinx ISE projects in Sigasi before. In this blog post I show how you can import an existing Vivado project into Sigasi.If you have a Vivado project which uses...
View Article