chipsalliance / f4pga

FOSS Flow For FPGA

Home Page:https://f4pga.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove --platform option and export part name to `part_name`.

kboronski-ant opened this issue · comments

Platform option is too ambiguous. Part name should be required to be specified explicitely, then exposed as part_name variable so a correct pinmap could be used.

See

"map": "${shareDir}/arch/${device}/${part_name}/pinmap.csv",

It will always default to xc7a35tcsg324-1, unless the user explicitly sets part_name to something else. This makes --platform completely unnecessary.

Fixed with #568