Actions
Task #4069
closedDecomposition of the BVSHL into BVLSHL and BVASHL
Start date:
04/04/2013
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
0.2
Description
I know that the left arithmetic shift works as the left logical shift, but in Verilog two operators <<< and << exists. To distinguish them, I suggest splitting BVSHL
into BVLSHL
and BVASHL
(as it is done for the right shift operator).
P.S. BVLSHL
and BVASHL
processing may be the same.
Actions