DEV Community

Cover image for FSiMX: Building a Verification Simulator as a Platform
WIOWIZ Technologies
WIOWIZ Technologies

Posted on • Originally published at wiowiz.com

FSiMX: Building a Verification Simulator as a Platform

We are releasing the beta version of FSiMX, a Functional Verification Simulator developed by WioWiz Technologies.

WIOWIZ Technologies / fsimx_beta · GitLab

Simulation is the backbone of modern chip verification.

Every design iteration, regression cycle, and debugging session ultimately flows through a simulator. Yet most verification environments still treat simulators as fixed tools — something you run, observe results from, and move on.

But as silicon systems become more complex, that model begins to break down.

At WIOWIZ, we started exploring a different question:

What if the simulator itself were treated as a platform?

That exploration led to FSIMX.


When Simulation Becomes Infrastructure

In small projects, simulation feels straightforward:
run tests, inspect waveforms, debug failures.

But as designs scale, simulation environments quickly grow into something much larger:

  • Regression Orchestration
  • Waveform Analysis Pipelines
  • Debugging Infrastructure
  • Performance Monitoring
  • Coverage Collection

Over time, the simulator stops being just a program and becomes the core execution engine of verification.

At that point, treating it as a closed tool starts to limit what teams can build around it.


The Platform Perspective

Thinking of a simulator as a platform changes the architecture of verification workflows.

Instead of only executing HDL code, the simulator becomes an extensible environment where engineers can layer additional capabilities such as:

  • Runtime Inspection Tools
  • Debugging Instrumentation
  • Custom Verification Flows
  • Analysis Frameworks

This shifts the mindset from:

Run simulation and analyze results.” to “Build verification infrastructure on top of simulation.”

That difference becomes increasingly important as chip complexity grows.


Why Modern Systems Demand This Shift

Today’s silicon designs combine multiple domains:

  • Heterogeneous Compute Engines
  • Accelerators and AI workloads
  • High-speed Memory Interfaces
  • Chiplet-based Architectures

Verifying these systems requires more than functional checks. Engineers need deep visibility, scalable regressions, and flexible debugging environments.

Traditional simulator usage models were never designed for this level of infrastructure.


The Idea Behind FSIMX

FSIMX explores what happens when simulation is built with this platform mindset from the start.

Rather than focusing solely on executing HDL, the idea is to enable a verification environment where new tooling, analysis layers, and experimental capabilities can evolve around the simulation core.

It’s less about replacing existing simulators and more about enabling a different way to build verification infrastructure.

The architectural thinking and motivations behind FSIMX are explained in detail in the canonical article from WIOWIZ.

👉 FSiMX: Building a Verification Simulator as a Platform - WIOWIZ Technologies Pvt Ltd


A Larger Trend in EDA

Across the semiconductor ecosystem, engineering teams increasingly want tools that behave like systems they can extend, not black boxes they must work around.

Simulation is one of the most natural places for that shift.

When the simulator becomes a platform, verification teams gain the ability to build their own infrastructure — tailored to their design complexity and workflows.

FSiMX: Building a Verification Simulator as a Platform - WIOWIZ Technologies Pvt Ltd

Final Thought

Verification is already the most resource-intensive part of chip development.

Improving simulation infrastructure can have a massive impact on how efficiently teams debug, iterate, and validate silicon.

Treating the simulator as a platform might be one of the most important shifts in how verification environments evolve.

To explore the full engineering perspective behind FSIMX, read the original article from WIOWIZ:

👉 FSiMX: Building a Verification Simulator as a Platform - WIOWIZ Technologies Pvt Ltd

Top comments (0)