Tech Articles
Welcome to the Sigasi tech article collection!
These posts handle various topics related to our technology and its use in your environment. Don’t hesitate to Contact Us with any questions regarding the contents of these articles.
Recent Articles
Getting started with verification in UVVM
Universal VHDL Verification Methodology (UVVM) is an open-source framework designed to streamline the creation of structured VHDL testbenches, facilitating the verification of FPGA and …
2025-09-01
Insights into FSM Design Practice
Introduction This article starts with elaborating the necessity for rigor FSM design and its key objectives. It provides exemplary implementations of good practices. Finally, it goes over a step by …
2025-08-01
Signal Assignments in VHDL: with/select, when/else and case
VHDL provides several ways to assign values to a signal based on the value of another. Most of the time, there’s more than one valid approach, and each has its advantages depending on clarity, …
2025-07-29