David Goedicke

Results 2 issues of David Goedicke

The following lines of code cause the system to not build. The verification works. >function integer log2; >input integer v; >begin >log2=0; >while(v>>log2) begin >log2=log2+1; >end end >endfunction > localparam...

Same issue as occurred in [ this other Github repo](https://github.com/SecureAuthCorp/impacket/pull/10540) Essentially, Python3.9 removed the function ```tostring()``` and we now need to use ```tobytes()```. The change also includes a check for...