mirror of https://github.com/YosysHQ/yosys.git
rename options
This commit is contained in:
parent
d0cd01adfe
commit
c385421c17
|
@ -225,7 +225,7 @@ struct SynthMicrochipPass : public ScriptPass {
|
|||
}
|
||||
extra_args(args, argidx, design);
|
||||
|
||||
if (family == "pf") {
|
||||
if (family == "polarfire") {
|
||||
lut_size = 4;
|
||||
} else {
|
||||
log_cmd_error("Invalid Microchip -family setting: '%s'.\n", family.c_str());
|
||||
|
|
Loading…
Reference in New Issue