mirror of https://github.com/openXC7/prjxray.git
segprint: add note
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
717afdde64
commit
a931e999b6
|
|
@ -15,7 +15,8 @@ class NoDB(Exception):
|
|||
segbitsdb = dict()
|
||||
|
||||
|
||||
# TODO: migrate to library
|
||||
# int and sites are loaded together so that bit coverage can be checked together
|
||||
# however, as currently written, each segment is essentially printed twice
|
||||
def process_db(tile_type, process):
|
||||
fns = [
|
||||
# sites
|
||||
|
|
|
|||
Loading…
Reference in New Issue