riscv-aosp
openc906
riscv-aosp | openc906 | |
---|---|---|
4 | 14 | |
466 | 318 | |
0.6% | 2.2% | |
3.7 | 3.4 | |
4 months ago | 4 months ago | |
C | Verilog | |
Apache License 2.0 | Apache License 2.0 |
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-aosp
-
RISC-V 64bit chip (C910) run Android 10~ RV64 phone will coming next year~
Note that ART already got a proper RISC-V JIT port done by T-Head Semiconductor, open source. You can get it at https://github.com/T-head-Semi/riscv-aosp.
-
We're closing the gap with Arm and x86, claims SiFive
GitHub: RISCV-AOSP, Android on RISC-V (C910)
- Alibaba Open Source XuanTie RISC-V Cores, Introduces In-House Armv9 Server Chip
-
Alibaba T-Head Open-Source Xuantie C910 - a high performance out of order RISC-V core
They also open sourced the lower performing c906 and have an android port.
openc906
-
Milk-V Duo: A $9 RISC-V COMPUTER
Datasheet: https://github.com/milkv-duo/hardware
Reading the datasheet, it looks like there is one C906 cpu with 700 Mhz without the the vector extension and one C906 cpu at 1Ghz with rvv 0.7.1. The C906 design has been opensourced and is available here: https://github.com/T-head-Semi/openc906
The C906 supports rv64gc with optimal rvv 0.7.1 with a vlen of 128, but a 256 wide ALU.
They list H.264/H.265 support, but I don't think it's a standardized extension.
But see my other comment about using the pre ratification vector extension:
- New RISC-V SoCs. Are they private and secure, or just more of the same?
-
ARM versus RISC-V
Note that the implementations themselves are often not open source, for example a random person won't be able to get the sources of these SiFive cores anywhere. As of a open-source core from a commercial company, the OpenC906 is an open-source implementation provided by T-Head, but the vector unit is not included in the open source version and thus cannot enabled.
-
Core2Duo doesnt have backdoor
Still not free hardware, real chads use XuanTie C906 based MangoPi MQ-PRO!
-
Google wants RISC-V to be a “tier-1” Android architecture
Try and see if you can find any stolen code here[0] or here[1].
Cheers.
0. https://github.com/T-head-Semi/openc906
1. https://github.com/T-head-Semi/openc910
-
RISC-V Pushes into the Mainstream
I wouldn't quite say that's the case. Two of the three full Linux capable RISC-V SoC releases this year are using open source CPU cores. The BL808 and the Allwinner D1 both use T-Head CPU cores that are available on GitHub https://github.com/T-head-Semi/openc906 . The JH7110 in the VisionFive2 and Star 64 does use a closed CPU core however.
- Store access fault when executing AMO instructions in Nezha D1
-
Does a truly secure Linux system exist?
For example, let's take the ClockworkPi uConsole. It uses an Allwinner D1 chip as it's main processor which has a seemingly auditable XuanTie C906 which could theoretically be verified if one opened up a few chips.
-
Buying RISC-V development board
For an example of what CPU core RTL looks like look no further than: https://github.com/T-head-Semi/openc906
-
Packed-SIMD (P) vs Vector (V) extension
For example, for the record, the open source C906 RTL, found here https://github.com/T-head-Semi/openc906 doesn't even have the vector files in there.
What are some alternatives?
openc910 - OpenXuantie - OpenC910 Core
etna_viv - Etnaviv is a project to build an FOSS driver for the Vivante GCxxx series of embedded GPUs - Tools and reverse engineering repository
aosp-riscv - Patches & Script for AOSP to run on Xuantie RISC-V CPU [Moved to: https://github.com/T-head-Semi/riscv-aosp]
xuantie-yocto - Yocto project for Xuantie RISC-V CPU
riscv-profiles - RISC-V Architecture Profiles
linux - Patches include sunxi platform support and various driver fixes
vroom - VRoom! RISC-V CPU
duo-files
XiangShan - Open-source high-performance RISC-V processor
riscv-isa-sim - Spike, a RISC-V ISA Simulator
ibex - Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.