amaranth-lang / amaranth

A modern hardware definition language and toolchain based on Python

Home Page:https://amaranth-lang.org/docs/amaranth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warn after simulation ends if a domain's clock isn't driven by either logic or testbench

whitequark opened this issue · comments

This should catch a common typo: m.d.snyc += ... or similar.