biosbob
biosbob
are there any updates here??? i've run into the same problem as @milivoje96.... as for the pre-built version of llvm, it contains the include/ and lib/ directories as well as...
are there any updates on support for VS 2019???? there have been reported issues about a missing pthread.h file, which i'm encountering as well....
`Zcb` looks promising, in that it is relatively easy to implement.... with disciplined declarations of integer types in EM (`uint8`, `int16`, `uint32`, etc) this would mesh quite well.... future CPU...
i'm finding that [LLVM](https://releases.llvm.org/16.0.0/docs/RISCVUsage.html) is much more current with risc-v extensions.... looks like they have lots of `Zb*` support -- as requested in #640 since EM supports both compilers, comparative...
#633 talks about the `Zc*` sub-extensions; this issue concerns the `Zb*` sub-extensions.... perhaps the data-sheet could not only list the extensions currently supported, but those on (or NOT on) the...
there are definitely some "wrong" values still sourced in `neorv32.svd`.... until an exhaustive regression test is run, the generated headers should *NOT* be used in general.... right now, i'm looking...
my python skills are also quite limited; i only picked python because i found other `.py` files in the project.... my preferred scripting language is node.js, if that helps.... let...
the individual header files would continue to exist in this approach -- they would still need to define the functional APIs implemented in the corresponding C files.... but since these...