Max Wipfli

Results 6 issues of Max Wipfli

When the position is updated while viewing the map, the line is not extended to connect to the last segment.

When performing multiplications using complex `Fxp` numbers, the result `dtype` is not inferred correctly. This can lead to overflow in the resulting value. Example: ```py from fxpmath import Fxp x...

According to [RFC 7617](https://datatracker.ietf.org/doc/html/rfc7617#section-2), the server should respond with "401 Authentication Required" and a header `WWW-Authenticate: Basic realm="foo"` if no authentication header is provided by the client. Currently, sauth returns...

This patch modifies the build script to only require the Vivado update and patch for version 2021.2 if Vivado is actually going to be installed. This is achieved by only...

### Operating System Linux ### (Linux only) Distribution _No response_ ### (Linux only) Desktop Environment _No response_ ### (Linux Only) Display Server None ### Installation Method built from source ###...

bug

To use this, run the following commands from the repository root. ``` make "$PWD/target/sim/verilator/cheshire_soc.vlt" ./target/sim/verilator/cheshire_soc.vlt +BINARY=/absolute/path/to/binary.elf ``` ### Performance I have benchmarked this simulation (using Verilator 5.034 and Clang 16.0.6)...