This commit is contained in:
allexanderbergmns
2026-08-26 18:42:44 +02:00
parent 03616cd150
commit ac7a7ff35d
8 changed files with 49 additions and 43 deletions
+17
View File
@@ -1,5 +1,15 @@
{
"milestones": [
{
"version": "v0.0.1",
"title": "Initial structure",
"status": "released",
"date": "Aug 2026",
"items": [
"Initial repository structure",
"Moved source repository, issue tracker, and pull requests to self-hosted Git instance (git.revivesparc.com/Revivesparc/revivesparc)"
]
},
{
"version": "v0.4.0",
"title": "Full User-Space ISA",
@@ -13,5 +23,12 @@
"Comprehensive ISA test suite: ~12,000 test cases"
]
}
],
"future": [
"SPARC V9e extensions — VIS 3, integer multiply-add, SHA-3 instructions",
"Vector processing unit — SIMD engine inspired by SPARC64 VIIIfx",
"PCIe host bridge — Allow real hardware peripherals in emulation",
"GDB JTAG bridge — Connect GDB to FPGA-resident cores",
"WebAssembly backend — Run ReviveSparc in the browser"
]
}