Vogls Dashboard

General Documentation

Learn more about how Vogls works and how to use it.

Python Documentation

Learn how to use the Vogls plan package to perform side-channel analysis.
import vogls as vg

design = vg.LazyDesign("xor.v")
r = (
  design.run()
    .trace_start()
    .run_for(10)
    .finish()
)
r.compute()

Pipeline Explorer

Investigate the cycle-by-cycle behavior of the pipeline of different RISC-V processors. Simulated in your browser from the hardware description.