lekcyjna123

Results 36 issues of lekcyjna123

MR #105 have no doc strings. There should be added in new review.

documentation
infrastructure

See for `test_mul_unit.py` in #114. There is preatty generic implementation of test pattern: - generate random input in queue - push one by one input from queue to unit -...

enhancement
tests
nice to have
refactor

It would be nice to have documentation, which present all blocks and parameters from high level PoV, so that it would be easy to track how data flow look like.

documentation

Here is a PR with implemtation of shift storage to be used in LSU RS. I used hypothesis to do tests and now working with it was much more comfortable...

enhancement

In LSU we are planing to use shift register to keep age order of instructions. Shift registers are linear. Maybe we should consider using the binary trees to keep elements...

question

Hi, Here is a pull request which adds hash tables. In particularly: - Added implementation of two non-cryptographic hashes: -- Lookup3 (http://www.burtleburtle.net/bob/hash/doobs.html) -- SipHash (https://eprint.iacr.org/2012/351.pdf) - Added CountHashTab I am...