diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..156b2d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Local Codex state +.codex diff --git a/README.md b/README.md index f86c2da..65b0069 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,6 @@ Open `FPGA-Core.xpr` in Vivado. Synthesis and implementation target the xc7a100t See `ROADMAP.md` for the full phased build plan. -## Current Phase - -Phase 0 — Architecture contract (package definitions + block diagram) - ## References - [RISC-V ISA Spec Vol 1 (Unprivileged)](https://riscv.org/technical/specifications/)