m-labs / migen

A Python toolbox for building complex digital hardware
https://m-labs.hk/migen
Other
1.23k stars 210 forks source link

efc: add support for custom platform name #278

Closed linuswck closed 1 year ago

linuswck commented 1 year ago

This PR allows custom name to be assigned to efc platform from misoc repo.

This will affect the configuration flag "soc_platform" in artiq rust firmware. (By default, #[cfg(soc_platform = "efc")] )

Related PR: PR in artiq PR in misoc

linuswck commented 1 year ago

Platform name is not renamed in the end as it introduces too much complexity for just one name change.