Robot
Robot
Relevant line of code: https://github.com/robotman2412/pax-codecs/blob/main/src/pax_codecs.c#L269 Parent library: https://github.com/robotman2412/pax-graphics Full program: https://github.com/robotman2412/mch2022-badge-tests
I also ran into this issue, which makes my top level git repository state untracked changes and such. This `.included` nonsense can't be disabled by revoking permission either because then...
That is true, but according to the privileged specification (version 20211203) on page 49, NMIs go to a platform-specific NMI vector (not `mtvec`). The most likely potential problem of course...
I am also running into this issue. I've been trying to analyse the SDK but find no definitions of `open` nor `fopen` (somewhat unsurprisingly). Is there any realistic way to...
I've encountered a segfault like this one in one of my projects (https://github.com/robotman2412/sv-float). The model in question exists at `test/special` and can be run using `make`. This issue exists on...
This isn't the Verilator model and the Verilator model crashing is what causes this. I should have noted that. However, the Verilator model bench.cpp (compiled to obj_dir/sim) exhibits the behaviour...
That's because the other program being compiled invokes the model, which I also could have said earlier. But it your concern about the stack is simply not true, bench.cpp checks...