From 13411373725778b96b85d289311f83387950992d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 7 Feb 2025 12:43:20 +0100 Subject: Generate chip database HTML --- icebox/icebox_html.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icebox') diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py index 3785a45..879cc1e 100755 --- a/icebox/icebox_html.py +++ b/icebox/icebox_html.py @@ -153,7 +153,7 @@ def print_index(): print("Project IceStorm – %s Overview" % chipname) print("

Project IceStorm – %s Overview

" % chipname) - print("""Project IceStorm aims at documenting the bitstream format of Lattice iCE40 FPGAs + print("""Project IceStorm aims at documenting the bitstream format of Lattice iCE40 FPGAs and providing simple tools for analyzing and creating bitstream files. This is work in progress.""") print("""

This documentation is auto-generated by icebox_html.py from IceBox.
@@ -203,7 +203,7 @@ def print_tile(tx, ty): print("Project IceStorm – %s %s Tile (%d %d)" % (chipname, tile_type, tx, ty)) print("

Project IceStorm – %s %s Tile (%d %d)

" % (chipname, tile_type, tx, ty)) - print("""Project IceStorm aims at documenting the bitstream format of Lattice iCE40 FPGAs + print("""Project IceStorm aims at documenting the bitstream format of Lattice iCE40 FPGAs and providing simple tools for analyzing and creating bitstream files. This is work in progress.""") print("""

This page describes the %s Tile (%d %d), what nets and -- cgit v1.2.3