v0.1.0-alpha — public alpha snapshot
Pre-release
Pre-release
First public alpha snapshot of the canonical pccx architecture, ISA, and
documentation site under the pccxai organization. This is a
documentation and specification preview; throughput numbers are planning
targets pending KV260 bring-up.
Highlights
- First snapshot of the canonical pccx architecture, ISA, and
documentation site under thepccxaiorganization. - Bilingual (EN + KO) Sphinx site with
numfig, MyST and MyST-NB,
multiversion publishing, and Furo dark/light theme; live at
https://pccxai.github.io/pccx/. - ISA package (
isa_pkg.sv) cross-referenced from the docs through
literalincludeagainst thecodes/v002/clone produced at build
time from the sibling RTL repository. - ISA preprint PDF build (
isa-pdf.yml,xelatex) producing the
tracked_static/downloads/pccx-isa-v002.pdf. - Repo-validation CI (
repo-validate) covering URL hygiene,
brand-name guard, Pages build sanity, and required-checks
enforcement onmain. - Three-stage GitHub ruleset on
main(force-push and branch-deletion
block, PR-required, required status checks). Direct push tomain
is blocked. - Citation metadata in tree:
CITATION.cff,CHANGELOG.md,
RELEASING.md.
Known limitations
- W4A8 throughput numbers in the docs are framed as planning targets,
not measured silicon results. - v002 RTL is referenced from the
pccxai/pccx-FPGA-NPU-LLM-kv260
sibling repo at build time; this repo does not contain a bitstream
or place-and-route closure. - The KV cache memory model section is documentation-level; the
on-chip layout is described, not benchmarked. - v003 architecture is roadmap only; no scaffolding has landed.
- Localization beyond EN and KO is tracked under
M2 — v0.3 Community Localizationand is not part of this snapshot.
Validation
make strictbuilds clean (zero warnings) on EN and KO sources.make linkcheckclean on the weekly cron.repo-validaterequired check green onmain.- ISA PDF build green on
main. - Sphinx Pages deploy green; https://pccxai.github.io/pccx/ returns
HTTP 200. - No standalone-vendor brand-token leaks in tracked sources
(word-boundary scan).
Citation
Cite using the in-repo
CITATION.cff.
Author: Hyunwoo Kim (Independent researcher); ORCID intentionally
omitted until registered. A Zenodo DOI will be minted in a later
release.
Contributing & roadmap
- Documentation: https://pccxai.github.io/pccx/
- Release notes in tree:
docs/releases/v0.1.0-alpha.md - Changelog:
CHANGELOG.md - Discussions: https://github.com/pccxai/pccx/discussions
- Good first issues:
good first issueSuitable for first-time contributors - Roadmap board: https://github.com/orgs/pccxai/projects/1
- Contributing guide:
CONTRIBUTING.md
Next milestones
v0.2.0("Docs and KV cache"): deepen the KV cache memory-model
section, add measured-vs-target numbers, expand RTL cross-references.v0.3.0("Community localization"): open thelang:es / ja / zh
workflow, add a translation contribution guide.