From c1ffb0ee416a51fbfe6cf296df3ade71aad53944 Mon Sep 17 00:00:00 2001 From: Renat Nurgaliyev Date: Tue, 28 Apr 2026 12:24:05 +0200 Subject: [PATCH] Remove stale phase status from README Drop the Current Phase section because it is a progress marker that would go stale or create noisy commits as the roadmap advances. Add a minimal .gitignore for local Codex state only, keeping broader ignore rules out until the repo actually needs them. --- .gitignore | 2 ++ README.md | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 .gitignore 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/)