WeSearch

Veryl Simulator: Performance Comparison with Verilator

·2 min read · 0 reactions · 0 comments · 12 views
#technology#simulation#performance
Veryl Simulator: Performance Comparison with Verilator
⚡ TL;DR · AI summary

The Veryl simulator has been compared to Verilator, revealing performance advantages in both first-run and cached scenarios. Veryl's Cranelift backend allows for quicker initial execution, while its GCC backend optimizes performance during longer simulations. Future developments will expand benchmarking across different CPU architectures and designs.

Key facts
Original article
Veryl-lang
Read full at Veryl-lang →
Opening excerpt (first ~120 words) tap to expand

Approach Benchmark Observations What's next Veryl Simulator: Performance Comparison with Verilator 2026-05-26 We have been working on a native Veryl simulator built on the new IR-based analyzer introduced earlier this year. This post shares early performance numbers comparing it against Verilator, the de facto standard open source SystemVerilog simulator. Approach The Veryl simulator combines two execution backends: A Cranelift-based backend that trades optimization quality for compile speed, so the first run starts with little upfront cost. A GCC-based backend that runs in the background to produce a more heavily optimized binary. Once the optimized binary is ready, the running simulation switches over to it dynamically.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Veryl-lang.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Veryl-lang