mrisc32
MRSIC32 ISA documentation and development (by mrisc32)
mc1-doom
DOOM - ported to MC1 (by mbitsnbites)
mrisc32 | mc1-doom | |
---|---|---|
3 | 3 | |
90 | 6 | |
- | - | |
10.0 | 5.5 | |
over 1 year ago | over 1 year ago | |
TeX | C++ | |
Creative Commons Attribution Share Alike 4.0 | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mrisc32
Posts with mentions or reviews of mrisc32.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-17.
-
Is x86 really that bad?
For my own FPGA computer project (with my on ISA, MRISC32) I use a mix of C++, C and assembler (in that order) for system code (e.g. the ROM firmware, boot-loader, program startup code, system libraries etc).
-
Tool to generate table of memory-mapped register?
I use it extensively in my MRISC32 ISA manual (much of which is generated by a Python script): https://github.com/mrisc32/mrisc32
-
What OS do you use for development (and professional) purposes?
Third, I find it easier to make hybrid authored + generated documentation with text based documentation tools. For instance the MRISC32 Instruction Set Manual is written in LaTeX, where most of the documentation is generated by Python scripts that read CPU instruction meta data from YAML files (see https://github.com/mrisc32/mrisc32 ).
mc1-doom
Posts with mentions or reviews of mc1-doom.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-17.
-
Is x86 really that bad?
For my own FPGA computer project (with my on ISA, MRISC32) I use a mix of C++, C and assembler (in that order) for system code (e.g. the ROM firmware, boot-loader, program startup code, system libraries etc).
-
DOOM on custom FPGA computer (MC1) using custom CPU with custom ISA (MRISC32)
DOOM port: https://github.com/mbitsnbites/mc1-doom (based on original open source linuxdoom)
-
DOOM on iCE40 FPGA video by Sylvain Munaut
My port here: https://github.com/mbitsnbites/mc1-doom
What are some alternatives?
When comparing mrisc32 and mc1-doom you can also consider the following projects:
PeakRDL-pdf - Converts the SystemRDL data into pdf Register specification
mrisc32-gnu-toolchain - A top level repository for building the MRISC32 GNU toolchain
systemrdl-compiler - SystemRDL 2.0 language compiler front-end
wavedrom - :ocean: Digital timing diagram rendering engine
joes-sandbox
newlib-mrisc32 - A fork of newlib with MRISC32 support