Julian Kemmerer

Results 138 comments of Julian Kemmerer

Perhaps it would be sane to try a version of this PR using exactly version `2.19` which differs by only the version bump commit :sweat_smile:

Now thats the submodule is up to 2.19 again the last thing seems to be fixing the path append like ```py from utilities import REPO_ABS_DIR # TODO: Temporarily import from...

Looking great so far, a test build running... But I pushed another minor fix to the pipelinec main repo How do I get that change onto this branch under test...

I have more testing to do than I anticipated Using the new pycparser version I am getting designs with ~10% more LUTs Trying to decide how to debug this or...

Need to figure out what the clang equivalent of `cpp -MM -MG ` is

Oooo you can use `uint8_t[16]` as a type in modern C? (fixed size arrays) I've been wanting to do stuff like ```c uint8_t[16] return_a_16_byte_array_func(...) { ... } ``` for a...

This is probably bad advice - but what I did to get around this issue in the meantime when I came across it (which at the time, I thought too...