mirror of https://github.com/openXC7/prjxray.git
segprint: remove outdated comment
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
87792c00a8
commit
d93547ed4b
|
|
@ -2,10 +2,6 @@
|
|||
'''
|
||||
Take raw .bits files and decode them to higher level functionality
|
||||
This output is intended for debugging and not directly related to FASM
|
||||
However, as of 2018-10-16, the output is being parsed to create FASM,
|
||||
so be mindful when changing output format
|
||||
|
||||
TODO:
|
||||
'''
|
||||
|
||||
import sys, os, json, re
|
||||
|
|
|
|||
Loading…
Reference in New Issue