Skip to content
All SystemVerilog labs
  1. SystemVerilog RTL Foundations6

  2. Strong Typing & Data Modeling6

  3. Parameters, Packages & Reuse5

  4. Interfaces & Modports5

  5. Assertions & Temporal Reasoning7

  6. Testbench Architecture5

  7. OOP Verification Foundations6

  8. Concurrency & Communication5

  9. Constrained Random6

  10. Functional Coverage5

  11. Integrated Verification Projects4

SystemVerilog RTL FoundationsComing soon

Width, Casting & Signedness

Track a value through an expression that silently truncates it, then fix the width with a static cast and prove the corrected arithmetic against a signed reference model.

Intermediate~40 minSelf-checking testbench2 challenges
Concepts covered
  • Static casting
  • $bits
  • Signed arithmetic
This lab is coming soon

The full walkthrough, SystemVerilog source, testbench and challenges are being written. It's included in the SystemVerilog Labs package — buy once and it unlocks automatically on release.

  • Language semantics & hardware meaning
  • Complete, runnable SystemVerilog
  • Self-checking testbench
  • Compiler-diagnostic evidence
  • Debugging walkthroughs
  • 2 progressive challenges
Back to all labs