m-labs / misoc

The original high performance and small footprint system-on-chip based on Migen™
https://m-labs.hk
Other
306 stars 86 forks source link

efc: add support for custom platform name #143

Closed linuswck closed 9 months ago

linuswck commented 9 months ago

This PR allows custom name to be assigned to efc platform from artiq 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 migen

linuswck commented 9 months ago

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