From 81219c58b2504061cfbae10867589ccc0110f984 Mon Sep 17 00:00:00 2001 From: Iztok Jeras Date: Wed, 13 May 2026 11:59:22 +0200 Subject: [PATCH] documentation: updated description of 'abc' argument '-dont_use' --- passes/techmap/abc.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index 1ed0c867d..bd05aa30d 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -1935,8 +1935,10 @@ struct AbcPass : public Pass { log(" file format).\n"); log("\n"); log(" -dont_use \n"); - log(" generate netlists for the specified cell library (using the liberty\n"); - log(" file format).\n"); + log(" avoid usage of the technology cell when mapping the design.\n"); + log(" this option can be used multiple times with different cell names and\n"); + log(" supports simple glob patterns in the cell name.\n"); + log(" only supported with Liberty cell libraries.\n"); log("\n"); log(" -genlib \n"); log(" generate netlists for the specified cell library (using the SIS Genlib\n");