The simulations use `.add_sync_process()`, which emits a deprecation warning. I am very new to Amaranth, so I may be missing something, but `.add_process()` appears to work just fine.
The simulations use
.add_sync_process(), which emits a deprecation warning.I am very new to Amaranth, so I may be missing something, but
.add_process()appears to work just fine.