From 23cf1d3b92d93696e812377c7e5dd9d0cba1baed Mon Sep 17 00:00:00 2001 From: gatecat Date: Wed, 25 Jun 2025 12:02:27 +0200 Subject: [PATCH] docs: Fix outdated content in generic.md Fixes #1263 Signed-off-by: gatecat --- docs/generic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generic.md b/docs/generic.md index acd7ca4e..42082a31 100644 --- a/docs/generic.md +++ b/docs/generic.md @@ -133,4 +133,4 @@ The following constraints are enforced by the generic architecture during placem ## Implementation Example -An artificial, procedural architecture is included in the [generic/examples](../generic/examples) folder. [simple.py](../generic/examples/simple.py) sets up the architecture, and [report.py](../generic/examples/report.py) saves post-place-and-route design to a text file (in place of bitstream generation). [simple.sh](../generic/examples/simple.sh) can be used to synthesise and place-and-route a simple blinky for this architecture. +An artificial, procedural architecture is included in the [generic/examples](../generic/examples) folder. [simple.py](../generic/examples/simple.py) sets up the architecture, and [bitstream.py](../generic/examples/bitstream.py) saves the post-place-and-route design to a FASM format file (which could be used for bitstream generation). [simple.sh](../generic/examples/simple.sh) can be used to synthesise and place-and-route a simple blinky for this architecture.