-
Updated
Aug 18, 2020 - JavaScript
#
openrisc
Here are 25 public repositories matching this topic...
Online OR1K Emulator running Linux
ppenna
commented
May 9, 2020
Lisp-based stackless interpreter and platform, including microthreading. Features taken from Lisp and Erlang.
lambda
visual-studio
interpreter
makefile
x86-64
stackless
cplusplus-14
linux-app
or1k
lithp
openrisc
-
Updated
Aug 5, 2019 - C++
ppenna
commented
May 11, 2020
Benchmarks for Nanvix
-
Updated
Aug 24, 2020 - C
Processing Unit with OpenRISC-32 / OpenRISC-64
-
Updated
Aug 25, 2020 - SystemVerilog
OpenCpuX wrapper for the or1kiss OpenRISC ISS
-
Updated
Nov 13, 2019 - C++
ppenna
commented
Aug 24, 2018
Description
Currently, to signal errors, some functions return a negative error code and others return -1 and set the errno variable to indicate the error.
We should rely on one and only one approach to signal the errors, otherwise caos will follow.
Therefore, we should gradually fix the code to signal errors through the errno variable, since it is the standard for Unix systems.
Improve this page
Add a description, image, and links to the openrisc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openrisc topic, visit your repo's landing page and select "manage topics."
The NoC primitives are missing cocotb tests. Old code by @wallento is available at imphil/optimsoc@32162b1 and can potentially be used as starting point.