amaranth-lang / amaranth-soc

System on Chip toolkit for Amaranth HDL
BSD 2-Clause "Simplified" License
83 stars 31 forks source link

Update to follow RFCs 37 and 38. #63

Closed jfng closed 11 months ago

jfng commented 11 months ago

Memory maps and event maps are now assigned to Interface objects instead of Signature objects (which can no longer hold mutable state), as things were before 9ffaf949.

See #62.