nmigen icon indicating copy to clipboard operation
nmigen copied to clipboard

Add variable keyword argument support to nmigen.hdl.rec.Record

Open DonaldKellett opened this issue 3 years ago • 0 comments

This pull request allows additional keyword arguments to be specified and passed to Signals when constructing a Record. All 546 existing tests pass after the change, so the changes should be fully backwards compatible.

DonaldKellett avatar Oct 08 '20 05:10 DonaldKellett