From 043f1e2bcba3d3ee447ffbf5b2caefd706b7374d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Thu, 8 Feb 2024 17:47:21 +0100 Subject: [PATCH] opt_lut: Remove leftover `-dlogic` help --- passes/opt/opt_lut.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/passes/opt/opt_lut.cc b/passes/opt/opt_lut.cc index 3907285f3..877d56bb1 100644 --- a/passes/opt/opt_lut.cc +++ b/passes/opt/opt_lut.cc @@ -529,12 +529,6 @@ struct OptLutPass : public Pass { log("\n"); log("This pass combines cascaded $lut cells with unused inputs.\n"); log("\n"); - log(" -dlogic :=[:=...]\n"); - log(" preserve connections to dedicated logic cell that has ports\n"); - log(" connected to LUT inputs . this includes\n"); - log(" the case where both LUT and dedicated logic input are connected to\n"); - log(" the same constant.\n"); - log("\n"); log(" -tech ice40\n"); log(" treat the design as a LUT-mapped circuit for the iCE40 architecture\n"); log(" and preserve connections to SB_CARRY as appropriate\n");