From c385421c17e7eadf4cace029142db47a53621d72 Mon Sep 17 00:00:00 2001 From: C77874 Date: Thu, 4 Jul 2024 09:45:04 -0700 Subject: [PATCH] rename options --- techlibs/microchip/synth_microchip.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techlibs/microchip/synth_microchip.cc b/techlibs/microchip/synth_microchip.cc index b3764ed7c..f593a4bd0 100644 --- a/techlibs/microchip/synth_microchip.cc +++ b/techlibs/microchip/synth_microchip.cc @@ -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());