Fabian Peddinghaus

Results 8 issues of Fabian Peddinghaus

Hi a bunch of examples seem to be missing `import numpy as np`. At least for me they throw `NameError: name 'np' is not defined`. Following examples seem to be...

Documentation

Hi, I am getting a missing-prototypes warning when compiling: ``` /home/fabian/.platformio/packages/framework-espidf/components/mbedtls/port/esp32/esp_bignum.c:254:5: warning: no previous prototype for 'esp_mpi_mul_mpi_mod' [-Wmissing-prototypes] int esp_mpi_mul_mpi_mod(mbedtls_mpi *Z, const mbedtls_mpi *X, const mbedtls_mpi *Y, const mbedtls_mpi *M)...

help wanted

The default `upload_protocol` for most of the boards is `dslite`. Thus, when, for example, looking at [this](https://docs.platformio.org/en/latest/platforms/timsp430.html#packages) one would assume that `mspdebug` is an alternative tool. And while this is...

### Broken Floating Point Registers Currently, the display of floating point registers is broken. This leads to double-precision values being incorrectly displayed. Take these to variables: ``` register double a...

This is a work in progress replacement for #71... Some points that need to be considered: 1. Currently, the VLE.U and VSU.U (lines `16460-16640` in `ArchImpl/RISCV/RISCVArch.cpp`) cause some sort of...

When uncommenting https://github.com/tum-ei-eda/etiss/blob/4c3631391c81ef49d292e030c09ffd085cb3c70c/ArchImpl/RISCV/RISCVArchSpecificImp.h#L386 the tree structure of the instruction set/instruction decoder gets printed. However, some nodes in the compressed instruction set tree are printed as "uninitialized" (arrows `

Hi @mmoffitt, Thanks for your excellent work on this allocator. Reading your paper was a lot of fun! I wanted to experiment with your allocator, particularly to embed it in...

Fixes an import error I encountered when trying to run the web interface.