Init Push
This commit is contained in:
32
examples/github_cpu_validation/projects.json
Normal file
32
examples/github_cpu_validation/projects.json
Normal file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"name": "ultraembedded_riscv_core",
|
||||
"repo": "https://github.com/ultraembedded/riscv.git",
|
||||
"stars": 1703,
|
||||
"rtl_subdir": "core/riscv",
|
||||
"top": "riscv_core",
|
||||
"cycles": 12,
|
||||
"period": 10,
|
||||
"reset_cycles": 2
|
||||
},
|
||||
{
|
||||
"name": "zipcpu",
|
||||
"repo": "https://github.com/ZipCPU/zipcpu.git",
|
||||
"stars": 1535,
|
||||
"rtl_subdir": "rtl",
|
||||
"top": "zipcore",
|
||||
"cycles": 12,
|
||||
"period": 10,
|
||||
"reset_cycles": 2
|
||||
},
|
||||
{
|
||||
"name": "e203_cpu_top_fullrtl",
|
||||
"repo": "https://github.com/riscv-mcu/e203_hbirdv2.git",
|
||||
"stars": 1811,
|
||||
"rtl_subdir": "rtl",
|
||||
"top": "e203_cpu_top",
|
||||
"cycles": 8,
|
||||
"period": 10,
|
||||
"reset_cycles": 2
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user