commit | 43576005dc436d881a69359fb035f674bcaae91b | [log] [tgz] |
---|---|---|
author | David Shah <dave@ds0.me> | Wed Sep 09 20:31:48 2020 +0100 |
committer | David Shah <dave@ds0.me> | Wed Sep 09 20:31:48 2020 +0100 |
tree | fe02889697206516d4f883c4e6e302cf04cc9091 | |
parent | af32b34c11b0b791a2e1d047725a55a6f8ee3ccc [diff] |
tools: Fix HTML index output Signed-off-by: David Shah <dave@ds0.me>
diff --git a/tools/html_all.py b/tools/html_all.py index a796ee6..5f8a438 100755 --- a/tools/html_all.py +++ b/tools/html_all.py
@@ -109,10 +109,10 @@ '{}/{}/index.html'.format(fam, dev), dev ) + docs_toc += "</ul>" # No timing stuff for MachXO2 yet. if fam in ["ECP5"]: - docs_toc += "</ul>" docs_toc += "<h4>Cell Timing Documentation</h4>" docs_toc += "<ul>" for spgrade in ["6", "7", "8", "8_5G"]: