From: Scott Thibault Date: Wed, 2 Feb 2022 01:30:31 +0000 (-0500) Subject: Update comment X-Git-Tag: yosys-0.14~8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a6e2bd5d51025b83d4ff7474e65dd2decf673d5;p=yosys.git Update comment --- diff --git a/passes/pmgen/ice40_dsp.pmg b/passes/pmgen/ice40_dsp.pmg index 378f251c0..4de479122 100644 --- a/passes/pmgen/ice40_dsp.pmg +++ b/passes/pmgen/ice40_dsp.pmg @@ -28,7 +28,7 @@ code sigA sigB sigH for (i = GetSize(sig)-1; i > 0; i--) if (sig[i] != sig[i-1]) break; - // Do not remove non-const sign bit + // Do not remove sign bit ++i; return sig.extract(0, i); };