mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Update comment
This commit is contained in:
parent
e04ac4e9e9
commit
0a6e2bd5d5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue