mirror of https://github.com/YosysHQ/yosys.git
Update comment
This commit is contained in:
parent
e04ac4e9e9
commit
0a6e2bd5d5
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue