Add Count Leading Zeros module to nmutil
authorMichael Nolan <mtnolan2640@gmail.com>
Tue, 5 May 2020 15:15:43 +0000 (11:15 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Tue, 5 May 2020 15:15:43 +0000 (11:15 -0400)
commit1f5736bfff55d6ba1a1360f7ef768a07c71fae7e
treecf6647776c8abbb4bcf1f9837651d07edd9b68ed
parent3971ec273be0662dd16fea276dfeabcc9e262119
Add Count Leading Zeros module to nmutil
src/nmutil/clz.py [new file with mode: 0644]
src/nmutil/formal/proof_clz.py [new file with mode: 0644]
src/nmutil/test/test_clz.py [new file with mode: 0644]