biosbob

Results 6 issues of biosbob

using K-163, i've generated a public key from the private key [0, 1, 2, ...] .... the results do NOT match the public key i generate using nodejs (which itself...

for some background, see #590

enhancement
stale
SW
experimental

the proposed `Zc*` extensions described [here](https://github.com/riscv/riscv-code-size-reduction) have recently been ratified.... the `Zca` extensions is of particular interest in "small cores" with limit memory resources.... just a placeholder for what appears...

enhancement
help wanted
good first issue
HW

with #619 providing some background, here's a proposal for adding a new `CAS_EN` generic to `neorv32_cpu` (with a default value of `false` for backward-compatibility).... if `CAS_EN

stale

the `Zbc` sub-extension (carry-less multiplication) is quite different from the other sub-extensions, which really do "bit manipulation" in the more traditional sense... not critical, but it might be helpful to...

enhancement
risc-v compliance
HW

even the simplest Arm MCUs (eg, Cortex-M0) can minimally distinquish between three basic reset modes: 1) a _hard_ reset (power-on, reset-button) 2) a _soft_ reset (initiated programmatically by firmware) 3)...

help wanted