aboutsummaryrefslogtreecommitdiffstats
path: root/generic/examples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'generic/examples/README.md')
-rw-r--r--generic/examples/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/examples/README.md b/generic/examples/README.md
index 4641f542..dd154a51 100644
--- a/generic/examples/README.md
+++ b/generic/examples/README.md
@@ -4,6 +4,8 @@ This contains a simple, artificial, example of the nextpnr generic API.
- simple.py procedurally generates a simple FPGA architecture with IO at the edges,
logic slices in all other tiles, and interconnect only between adjacent tiles
+
+ - simple_timing.py annotates cells with timing data (this is a separate script that must be run after packing)
- report.py stores design information after place-and-route to blinky.txt in place
of real bitstream generation