From 4e9c5efe016f57395c66ba0dfbdbcacaacdc01d4 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 8 Jun 2026 16:41:09 +0930 Subject: [PATCH] Fix GitHub README anchor in openfasoc-sensor post The OpenFASoC-Tapeouts link used the bare heading fragment #analog-front-end-and-mixed-signal, but GitHub prefixes rendered README heading ids with "user-content-". muffet found no matching id and flagged it as broken. Use #user-content-analog-front-end-and-mixed-signal. Verified GitHub's rendered README emits id="user-content-analog-front-end-and-mixed-signal" (and no un-prefixed form). Brings forward the link fix from the closed PR #73 (commit 4528556). Co-Authored-By: Claude Opus 4.8 (1M context) --- _posts/2025-11-05-openfasoc-sensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-11-05-openfasoc-sensor.md b/_posts/2025-11-05-openfasoc-sensor.md index a317cda..8928ffc 100644 --- a/_posts/2025-11-05-openfasoc-sensor.md +++ b/_posts/2025-11-05-openfasoc-sensor.md @@ -43,7 +43,7 @@ What's exciting is they used the exact same open-source toolchain you have acces - [KLayout](https://www.klayout.de/) and [Magic](https://github.com/RTimothyEdwards/magic) for layout - Standard DRC/LVS checks -They've published their designs on GitHub in the [OpenFASoC-Tapeouts repository](https://github.com/idea-fasoc/openfasoc-tapeouts?tab=readme-ov-file#analog-front-end-and-mixed-signal), and the [final submission is available on foss-eda-tools](https://foss-eda-tools.googlesource.com/third_party/shuttle/gf180mcu/mpw-18h1/slot-004/+/refs/heads/main), which means you can actually look at exactly how they did it. +They've published their designs on GitHub in the [OpenFASoC-Tapeouts repository](https://github.com/idea-fasoc/openfasoc-tapeouts?tab=readme-ov-file#user-content-analog-front-end-and-mixed-signal), and the [final submission is available on foss-eda-tools](https://foss-eda-tools.googlesource.com/third_party/shuttle/gf180mcu/mpw-18h1/slot-004/+/refs/heads/main), which means you can actually look at exactly how they did it. {% include image.html file="/assets/images/news/openfasoc-sensor/analog_flow.png" description="The complete open-source analog design flow used for this project" %}