Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write_verilog: only warn on processes with sync rules.
Processes without sync rules correspond to simple decision trees that directly correspond to `always @*` or `always_comb` blocks in Verilog, and do not need a warning. This removes the need to suppress warnings during the RTLIL-to-Verilog conversion performed by Amaranth.
- Loading branch information