Allow the formal engine to perform a same-cycle result in the ALU
[soc.git] / TLB / src / LFSR2.py
2019-04-23 Daniel BenusovichReplace LFSR with better version
2019-04-22 Luke Kenneth Casso... remove width, use max_exponent instead
2019-04-22 Luke Kenneth Casso... derive LFSR from LFSRPolynomial - cut even more code
2019-04-22 Luke Kenneth Casso... reduce LFSR2.__init__ by another 2 lines
2019-04-22 Luke Kenneth Casso... move max_exponent to be a property (max(self))
2019-04-22 Luke Kenneth Casso... use a set not a list, can remove an extra line
2019-04-22 Luke Kenneth Casso... simplify further,use max() on elements
2019-04-22 Luke Kenneth Casso... replace if elif elif with dictionary trick, and map...
2019-04-22 Luke Kenneth Casso... whitespace
2019-04-22 Luke Kenneth Casso... add docstrings and comments
2019-04-22 Luke Kenneth Casso... skip the entire thing if width is zero
2019-04-22 Luke Kenneth Casso... remove redundant Signal width=1
2019-04-22 Luke Kenneth Casso... remove property polynomial
2019-04-22 Luke Kenneth Casso... add error reports on exceptions in LFSR2
2019-04-22 Luke Kenneth Casso... use set instead of frozenset
2019-04-22 Luke Kenneth Casso... use join trick instead of manually creating the exponen...
2019-04-22 Luke Kenneth Casso... instead of using abstract class Set, actually *derive...
2019-04-22 Luke Kenneth Casso... remove typing, move to .pyi file (increases code clarity)
2019-04-22 Jacob LifshayMerge remote-tracking branch 'origin/master'
2019-04-22 Jacob Lifshayrename LFSR -> LFSR2