riscv-isa-sim
Spike, a RISC-V ISA Simulator (by riscv-software-src)
ch32v307
Including the SDK、HDK、Datasheet of RISC-V MCU CH32V307 and other relevant development materials (by openwch)
riscv-isa-sim | ch32v307 | |
---|---|---|
15 | 8 | |
2,615 | 411 | |
2.6% | 1.7% | |
9.3 | 4.2 | |
10 days ago | 4 months ago | |
C | C | |
GNU General Public License v3.0 or later | - |
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.
riscv-isa-sim
Posts with mentions or reviews of riscv-isa-sim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-10.
-
RISC-V simulator
Someone correct me if I'm wrong, but Spike is considered the gold standard for RISV-V simulation, in terms of support for extensions and overall correctness. As I understand it, QEMU is faster and easier to use for day-to-day for general software development.
- Help needed in building cavatools
- GCC 13 Adds RISC-V T-Head Vendor Extension Collection
-
Hardware/software to run RISC-V ASM?
Spike is an RISC-V instruction set simulator: https://github.com/riscv-software-src/riscv-isa-sim
-
most underrated cpp project you’ve seen?
I really like the source code for the Spike RISC-V ISA Simulator. It's not very heavily commented, though, so you really need to read the code.
- C++17 RISC-V RV32/64/128 userspace emulator library
- Buying RISC-V development board
-
Is there a way to run RISCV sim spike on bare metal?
If you want to run bare metal with no RTOS, it should be possible, but you will need to replace the main startup program (https://github.com/riscv-software-src/riscv-isa-sim/blob/master/spike_main/spike.cc) with some program to set up the hardware and instantiate the simulator, load the OS image etc and then have a decent runtime environment to that supports malloc() etc and redirect IO to serial or flash memory etc. There is a bit of work you would need to do.
- switching between privilege levels
-
Starting up with RISC-V
I guess you will also use Spike and the Sail model for RISC-V.
ch32v307
Posts with mentions or reviews of ch32v307.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-24.
- My alpha Pico-based CH32V003 debug tool is ready for a few testers
-
Hardware/software to run RISC-V ASM?
VCC-GND Studio is about to launch similar boards based on CH32V307.
-
EPS32 but for wired Ethernet instead?
But if you're looking for RISC-V + integrated PHY, take a look at WCH's CH32V307 - just add magnetics, termination and an RJ45 jack and you've got 10BaseT.
-
MCU dev board with 5 UARTs?
Yes, English datasheets can be found - along with code examples, board schematics etc - at the openwch/ch32v307 Github repo.
-
Useful Tools and Resources for RISC-V development
More realistically, I DO think there's value for a terminal server that's just an ethernet connection (even one that's ancient) with some amount of programmability that's connected to 80 GPIO pins, some of which may be serial ports. I could imagine testing 1-2 Raspberry Pi-class with a bed of nails style test jig that confirms that all the GPIO, JTAG, and such are at least toggleable by sending synchronized signals to the BeagleBone/VisionFive/ESP32-C3/ whatever to confirm that all the I/O pins survived the fine wires from the wafer to the package plus all intervening PCB vias and soldering and so on. (Maybe you can't test board X with another board X because there's a different number of inputs and outputs.)
- The RISC-V MCU CH32V307 is a bad boy
-
New $10 Risc-V development board
looks to be IMAFC from the PDF on their github (https://github.com/openwch/ch32v307/blob/main/Datasheet/CH32V20x_30xDS0.PDF)
What are some alternatives?
When comparing riscv-isa-sim and ch32v307 you can also consider the following projects:
riscv-arch-test
pico-examples
qemu
nanoCH32V203
riscv-none-elf-gcc-xpack - A binary distribution of the GNU RISC-V Embedded GCC toolchain
ch32-rs - Embedded Rust device crates for WCH's RISC-V and Cortex-M microcontrollers