-
Build fails in fresh docker build on branch openocd-cubeide-r4 or tag openocd-cubeide-v1.8.0 or later.
Tag openocd-cubeide-v1.7.0 and branch openocd-cubeide-r3 build fine.
Docker commands:
```
A…
-
Hi,
The live demo no longer works. I think s-macke has changed the locations of the `jor1k-sysroot` directories, and as such both `vmlinux.bin.bz` and `basefs.json` fail to load.
The files curr…
-
hi, Dear experts:
I tried to enable timer and interrupt at same time.
I add print in timer tick handler function. If I just enable the timer, I can see the print message.
But if I add or1k_inter…
-
Is there a testbench for the verilog RTL version of or1k ? Are there any docs on how to set that up ? Are there any coverage results available ? Thanks.
-
Some possible ways compile ltrace in jor1k:
1. Use jor1k
1. Use the old premade virtual box image (need to bunzip2 after downloading). Also these translated notes might be relevant -
http://www.pr…
-
dssds updated
7 years ago
-
```py
import ctypes
@ctypes.CFUNCTYPE(
None,
)
def test():
return None
```
Perhaps the `libffi` version should be raised higher.
```
3.4.6 Feb-18-2024
Fix long double regr…
qTich updated
4 months ago
-
# Bug Report
## One-Line Summary
The core device (current master) crashes every once in a while with a Utf8Error.
## Issue Details
This is a bit hard to reproduce, but our core devices cur…
-
The flow should include:
- Building of reference ELF files
- Running of ELF file simulation with FuseSoC
- Reporting of results
@wallento is also going to provide TAP reporting in FuseSoC. If it's do…
-
Once the or1k core has been merged, we can use the `adv_debug_sys` and openocd to debug running code on the soft core.
- My WIP - https://github.com/mithro/HDMI2USB-misoc-firmware/tree/adv_dbg_if
- ht…