From a1759e7ae7c7a54017d95d05581f1218ea333399 Mon Sep 17 00:00:00 2001 From: Leo Moser Date: Wed, 24 Jun 2026 13:42:08 +0200 Subject: [PATCH] fabulous: remove unused `-edif` option Signed-off-by: Leo Moser --- techlibs/fabulous/synth_fabulous.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/techlibs/fabulous/synth_fabulous.cc b/techlibs/fabulous/synth_fabulous.cc index 0074a52af..f2b6090f1 100644 --- a/techlibs/fabulous/synth_fabulous.cc +++ b/techlibs/fabulous/synth_fabulous.cc @@ -48,10 +48,6 @@ struct SynthPass : public ScriptPass log(" write the design to the specified BLIF file. writing of an output file\n"); log(" is omitted if this parameter is not specified.\n"); log("\n"); - log(" -edif \n"); - log(" write the design to the specified EDIF file. writing of an output file\n"); - log(" is omitted if this parameter is not specified.\n"); - log("\n"); log(" -json \n"); log(" write the design to the specified JSON file. writing of an output file\n"); log(" is omitted if this parameter is not specified.\n");